Html Css Color HEX #CB7931 Bronze

📋 copy color: '#CB7931'

red 203 ◦ green 121 ◦ blue 49

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

Shades of Bronze #CB7931

Tints of Bronze #CB7931

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.44%

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

R = 54.42%
G = 32.44%
B = 13.14%

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

#CB7931 (or 0xCB7931) is known color: Bronze. HEX triplet: CB, 79 and 31. RGB value is (203,121,49). Sum of RGB (Red+Green+Blue) = 203+121+49=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7931 is #3486CE. Grayscale: #898989. Windows color (decimal): -3442383 or 3242443. OLE color: 3242443.

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

Color convert

RGB 203 121 49 -
CMYK 0 0.40 0.76 0.20
HSL 28.05º 0.61% 0.49% -
HSV(B) 28.05º 0.76% 0.8% -
XYZ 32.02 26.59 6.35 -
YUV 137.31 78.17 174.85 -
System Red Green Blue C M Y K H S L
Decimal 203 121 49 0 0.40 0.76 0.20 28.05 0.61 0.49
Hex CB 79 31 0 28 4C 14 1C 3D 31
Octal 313 171 61 0 50 114 24 34 75 61
Binary 11001011 1111001 110001 0 101000 1001100 10100 11100 111101 110001

Color Harmonies of #CB7931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7931

Black with #CB7931

Text Example


Text Example

White with #CB7931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7931; }

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

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

background-color css

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

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

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

border-color css

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

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

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