Html Css Color HEX #CB772E Bronze

📋 copy color: '#CB772E'

red 203 ◦ green 119 ◦ blue 46

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

Shades of Bronze #CB772E

Tints of Bronze #CB772E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.5%

R = 55.16%
G = 32.34%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB772E (or 0xCB772E) is known color: Bronze. HEX triplet: CB, 77 and 2E. RGB value is (203,119,46). Sum of RGB (Red+Green+Blue) = 203+119+46=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB772E is #3488D1. Grayscale: #888888. Windows color (decimal): -3442898 or 3045323. OLE color: 3045323.

HSL color Cylindrical-coordinate representation of color #CB772E: hue angle of 27.9º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB772E is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 119 46 -
CMYK 0 0.41 0.77 0.20
HSL 27.9º 0.63% 0.49% -
HSV(B) 27.9º 0.77% 0.8% -
XYZ 31.72 26.09 5.95 -
YUV 135.79 77.33 175.94 -
System Red Green Blue C M Y K H S L
Decimal 203 119 46 0 0.41 0.77 0.20 27.9 0.63 0.49
Hex CB 77 2E 0 29 4D 14 1C 3F 31
Octal 313 167 56 0 51 115 24 34 77 61
Binary 11001011 1110111 101110 0 101001 1001101 10100 11100 111111 110001

Color Harmonies of #CB772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB772E

Black with #CB772E

Text Example


Text Example

White with #CB772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB772E; }

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

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

background-color css

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

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

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

border-color css

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

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

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