#CB7C2B

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

Shades of Bronze #CB7C2B

Tints of Bronze #CB7C2B

Color information

#CB7C2B (or 0xCB7C2B) is unknown color: approx Bronze. HEX triplet: CB, 7C and 2B. RGB value is (203,124,43). Sum of RGB (Red+Green+Blue) = 203+124+43=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7C2B is #3483D4. Grayscale: #8A8A8A. Windows color (decimal): -3441621 or 2849995. OLE color: 2849995.

HSL color Cylindrical-coordinate representation of color #CB7C2B: hue angle of 30.38º 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 #CB7C2B is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB20312443-
CMYK00.390.790.20
HSL30.38º65.04%48.24%-
HSV(B)30.38º78.82%79.61%-
XYZ32.2727.295.85-
YUV138.3974.17174.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 124 (48.83% from 255) = 33.51%
BLUE value IS 43 (17.19% from 255) = 11.62%
R=54.86%
G=33.51%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031244300.390.790.2030.3865.0448.24
HexCB7C2B0274F141e4130
Octal31317453047117243610160
Binary1100101111111001010110100111100111110100111101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7C2B; }

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

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

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

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

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

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

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

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