Html Css Color HEX #CB7B31 Bronze

📋 copy color: '#CB7B31'

red 203 ◦ green 123 ◦ blue 49

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

Shades of Bronze #CB7B31

Tints of Bronze #CB7B31

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

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

R = 54.13%
G = 32.8%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB7B31 (or 0xCB7B31) is known color: Bronze. HEX triplet: CB, 7B and 31. RGB value is (203,123,49). Sum of RGB (Red+Green+Blue) = 203+123+49=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7B31 is #3484CE. Grayscale: #8A8A8A. Windows color (decimal): -3441871 or 3242955. OLE color: 3242955.

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

Color convert

RGB 203 123 49 -
CMYK 0 0.39 0.76 0.20
HSL 28.83º 0.61% 0.49% -
HSV(B) 28.83º 0.76% 0.8% -
XYZ 32.27 27.08 6.43 -
YUV 138.48 77.5 174.02 -
System Red Green Blue C M Y K H S L
Decimal 203 123 49 0 0.39 0.76 0.20 28.83 0.61 0.49
Hex CB 7B 31 0 27 4C 14 1D 3D 31
Octal 313 173 61 0 47 114 24 35 75 61
Binary 11001011 1111011 110001 0 100111 1001100 10100 11101 111101 110001

Color Harmonies of #CB7B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7B31

Black with #CB7B31

Text Example


Text Example

White with #CB7B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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