Html Css Color HEX #C77932 Bronze

📋 copy color: '#C77932'

red 199 ◦ green 121 ◦ blue 50

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

Shades of Bronze #C77932

Tints of Bronze #C77932

RGB

 RED value IS 199 (78.13% from 255) = 53.78%

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

 BLUE value IS 50 (19.92% from 255) = 13.51%

R = 53.78%
G = 32.7%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C77932 (or 0xC77932) is known color: Bronze. HEX triplet: C7, 79 and 32. RGB value is (199,121,50). Sum of RGB (Red+Green+Blue) = 199+121+50=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C77932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77932 is #3886CD. Grayscale: #888888. Windows color (decimal): -3704526 or 3307975. OLE color: 3307975.

HSL color Cylindrical-coordinate representation of color #C77932: hue angle of 28.59º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C77932 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 121 50 -
CMYK 0 0.39 0.75 0.22
HSL 28.59º 0.6% 0.49% -
HSV(B) 28.59º 0.75% 0.78% -
XYZ 30.97 26.05 6.41 -
YUV 136.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 199 121 50 0 0.39 0.75 0.22 28.59 0.6 0.49
Hex C7 79 32 0 27 4B 16 1D 3C 31
Octal 307 171 62 0 47 113 26 35 74 61
Binary 11000111 1111001 110010 0 100111 1001011 10110 11101 111100 110001

Color Harmonies of #C77932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77932

Black with #C77932

Text Example


Text Example

White with #C77932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77932; }

 p { color: rgb(199,121,50); }

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

background-color css

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

 a { background-color: rgb(199,121,50); }

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

border-color css

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

 span { border-color: rgb(199,121,50); }

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