#CB7E34

Color #CB7E34 Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze #CB7E34

Tints of Bronze #CB7E34

Color information

#CB7E34 (or 0xCB7E34) is unknown color: approx Bronze. HEX triplet: CB, 7E and 34. RGB value is (203,126,52). Sum of RGB (Red+Green+Blue) = 203+126+52=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7E34 is #3481CB. Grayscale: #8C8C8C. Windows color (decimal): -3441100 or 3440331. OLE color: 3440331.

HSL color Cylindrical-coordinate representation of color #CB7E34: hue angle of 29.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB7E34 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20312652-
CMYK00.380.740.20
HSL29.4º59.22%50%-
HSV(B)29.4º74.38%79.61%-
XYZ32.7127.876.9-
YUV140.5978.01172.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 53.28%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 52 (20.70% from 255) = 13.65%
R=53.28%
G=33.07%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031265200.380.740.2029.459.2250
HexCB7E340264A141d3b32
Octal3131766404611224357362
Binary110010111111110110100010011010010101010011101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7E34; }

 p { color: rgb(203,126,52); }

 H1.HeaderClassName
 {
   color: #CB7E34;
 }
 .AnyTagClassName
 {
   color: #CB7E34;
 }
</style>
background-color css

<style>
 a { background-color: #CB7E34; }

 a { background-color: rgb(203,126,52); }

 div.DivClassName
 {
   background-color: #CB7E34;
 }
 .BgClassName
 {
   background-color: #CB7E34;
 }
</style>
border-color css

<style>
 span { border-color: #CB7E34; }

 span { border-color: rgb(203,126,52); }

 td.TdClassName
 {
   border-color: #CB7E34;
 }
 .TagClassName
 {
   border-color: #CB7E34;
 }
</style>