Html Css Color HEX #CB7C31 Bronze

📋 copy color: '#CB7C31'

red 203 ◦ green 124 ◦ blue 49

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

Shades of Bronze #CB7C31

Tints of Bronze #CB7C31

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.98%

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

R = 53.99%
G = 32.98%
B = 13.03%

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

#CB7C31 (or 0xCB7C31) is known color: Bronze. HEX triplet: CB, 7C and 31. RGB value is (203,124,49). Sum of RGB (Red+Green+Blue) = 203+124+49=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7C31 is #3483CE. Grayscale: #8B8B8B. Windows color (decimal): -3441615 or 3243211. OLE color: 3243211.

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

Color convert

RGB 203 124 49 -
CMYK 0 0.39 0.76 0.20
HSL 29.22º 0.61% 0.49% -
HSV(B) 29.22º 0.76% 0.8% -
XYZ 32.39 27.33 6.47 -
YUV 139.07 77.17 173.6 -
System Red Green Blue C M Y K H S L
Decimal 203 124 49 0 0.39 0.76 0.20 29.22 0.61 0.49
Hex CB 7C 31 0 27 4C 14 1D 3D 31
Octal 313 174 61 0 47 114 24 35 75 61
Binary 11001011 1111100 110001 0 100111 1001100 10100 11101 111101 110001

Color Harmonies of #CB7C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7C31

Black with #CB7C31

Text Example


Text Example

White with #CB7C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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