Html Css Color HEX #CB7A31 Bronze

📋 copy color: '#CB7A31'

red 203 ◦ green 122 ◦ blue 49

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

Shades of Bronze #CB7A31

Tints of Bronze #CB7A31

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.62%

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

R = 54.28%
G = 32.62%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB7A31 (or 0xCB7A31) is known color: Bronze. HEX triplet: CB, 7A and 31. RGB value is (203,122,49). Sum of RGB (Red+Green+Blue) = 203+122+49=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7A31 is #3485CE. Grayscale: #8A8A8A. Windows color (decimal): -3442127 or 3242699. OLE color: 3242699.

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

Color convert

RGB 203 122 49 -
CMYK 0 0.40 0.76 0.20
HSL 28.44º 0.61% 0.49% -
HSV(B) 28.44º 0.76% 0.8% -
XYZ 32.14 26.84 6.39 -
YUV 137.9 77.84 174.44 -
System Red Green Blue C M Y K H S L
Decimal 203 122 49 0 0.40 0.76 0.20 28.44 0.61 0.49
Hex CB 7A 31 0 28 4C 14 1C 3D 31
Octal 313 172 61 0 50 114 24 34 75 61
Binary 11001011 1111010 110001 0 101000 1001100 10100 11100 111101 110001

Color Harmonies of #CB7A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7A31

Black with #CB7A31

Text Example


Text Example

White with #CB7A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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