Html Css Color HEX #CB7731 Bronze

📋 copy color: '#CB7731'

red 203 ◦ green 119 ◦ blue 49

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

Shades of Bronze #CB7731

Tints of Bronze #CB7731

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

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

R = 54.72%
G = 32.08%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB7731 (or 0xCB7731) is known color: Bronze. HEX triplet: CB, 77 and 31. RGB value is (203,119,49). Sum of RGB (Red+Green+Blue) = 203+119+49=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7731 is #3488CE. Grayscale: #888888. Windows color (decimal): -3442895 or 3241931. OLE color: 3241931.

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

Color convert

RGB 203 119 49 -
CMYK 0 0.41 0.76 0.20
HSL 27.27º 0.61% 0.49% -
HSV(B) 27.27º 0.76% 0.8% -
XYZ 31.78 26.11 6.27 -
YUV 136.14 78.83 175.69 -
System Red Green Blue C M Y K H S L
Decimal 203 119 49 0 0.41 0.76 0.20 27.27 0.61 0.49
Hex CB 77 31 0 29 4C 14 1B 3D 31
Octal 313 167 61 0 51 114 24 33 75 61
Binary 11001011 1110111 110001 0 101001 1001100 10100 11011 111101 110001

Color Harmonies of #CB7731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7731

Black with #CB7731

Text Example


Text Example

White with #CB7731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7731; }

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

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

background-color css

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

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

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

border-color css

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

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

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