Html Css Color HEX #CB8131 Bronze

📋 copy color: '#CB8131'

red 203 ◦ green 129 ◦ blue 49

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

Shades of Bronze #CB8131

Tints of Bronze #CB8131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

 BLUE value IS 49 (19.53% from 255) = 12.86%

R = 53.28%
G = 33.86%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB8131 (or 0xCB8131) is known color: Bronze. HEX triplet: CB, 81 and 31. RGB value is (203,129,49). Sum of RGB (Red+Green+Blue) = 203+129+49=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8131 is #347ECE. Grayscale: #8E8E8E. Windows color (decimal): -3440335 or 3244491. OLE color: 3244491.

HSL color Cylindrical-coordinate representation of color #CB8131: hue angle of 31.17º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB8131 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 129 49 -
CMYK 0 0.36 0.76 0.20
HSL 31.17º 0.61% 0.49% -
HSV(B) 31.17º 0.76% 0.8% -
XYZ 33.03 28.62 6.69 -
YUV 142.01 75.52 171.5 -
System Red Green Blue C M Y K H S L
Decimal 203 129 49 0 0.36 0.76 0.20 31.17 0.61 0.49
Hex CB 81 31 0 24 4C 14 1F 3D 31
Octal 313 201 61 0 44 114 24 37 75 61
Binary 11001011 10000001 110001 0 100100 1001100 10100 11111 111101 110001

Color Harmonies of #CB8131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8131

Black with #CB8131

Text Example


Text Example

White with #CB8131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8131; }

 p { color: rgb(203,129,49); }

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

background-color css

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

 a { background-color: rgb(203,129,49); }

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

border-color css

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

 span { border-color: rgb(203,129,49); }

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