Html Css Color HEX #CB8032 Bronze

📋 copy color: '#CB8032'

red 203 ◦ green 128 ◦ blue 50

#CB8032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze #CB8032

Tints of Bronze #CB8032

RGB

 RED value IS 203 (79.69% from 255) = 53.28%

 GREEN value IS 128 (50.39% from 255) = 33.6%

 BLUE value IS 50 (19.92% from 255) = 13.12%

R = 53.28%
G = 33.6%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB8032 (or 0xCB8032) is known color: Bronze. HEX triplet: CB, 80 and 32. RGB value is (203,128,50). Sum of RGB (Red+Green+Blue) = 203+128+50=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8032 is #347FCD. Grayscale: #8D8D8D. Windows color (decimal): -3440590 or 3309771. OLE color: 3309771.

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

Color convert

RGB 203 128 50 -
CMYK 0 0.37 0.75 0.20
HSL 30.59º 0.6% 0.5% -
HSV(B) 30.59º 0.75% 0.8% -
XYZ 32.92 28.37 6.76 -
YUV 141.53 76.35 171.84 -
System Red Green Blue C M Y K H S L
Decimal 203 128 50 0 0.37 0.75 0.20 30.59 0.6 0.5
Hex CB 80 32 0 25 4B 14 1F 3C 32
Octal 313 200 62 0 45 113 24 37 74 62
Binary 11001011 10000000 110010 0 100101 1001011 10100 11111 111100 110010

Color Harmonies of #CB8032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8032

Black with #CB8032

Text Example


Text Example

White with #CB8032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8032; }

 p { color: rgb(203,128,50); }

 H1.HeaderClassName
 {
   color: #CB8032;
 }
 .AnyTagClassName
 {
   color: #CB8032;
 }
</style>

background-color css

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

 a { background-color: rgb(203,128,50); }

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

border-color css

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

 span { border-color: rgb(203,128,50); }

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