#CB7A2B

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

Shades of Bronze #CB7A2B

Tints of Bronze #CB7A2B

Color information

#CB7A2B (or 0xCB7A2B) is unknown color: approx Bronze. HEX triplet: CB, 7A and 2B. RGB value is (203,122,43). Sum of RGB (Red+Green+Blue) = 203+122+43=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7A2B is #3485D4. Grayscale: #898989. Windows color (decimal): -3442133 or 2849483. OLE color: 2849483.

HSL color Cylindrical-coordinate representation of color #CB7A2B: hue angle of 29.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB7A2B is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB20312243-
CMYK00.400.790.20
HSL29.62º65.04%48.24%-
HSV(B)29.62º78.82%79.61%-
XYZ32.0226.795.77-
YUV137.2174.84174.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.16%
GREEN value IS 122 (48.05% from 255) = 33.15%
BLUE value IS 43 (17.19% from 255) = 11.68%
R=55.16%
G=33.15%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031224300.400.790.2029.6265.0448.24
HexCB7A2B0284F141e4130
Octal31317253050117243610160
Binary1100101111110101010110101000100111110100111101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7A2B; }

 p { color: rgb(203,122,43); }

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

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

 a { background-color: rgb(203,122,43); }

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

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

 span { border-color: rgb(203,122,43); }

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