Html Css Color HEX #C77930 Bronze

📋 copy color: '#C77930'

red 199 ◦ green 121 ◦ blue 48

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

Shades of Bronze #C77930

Tints of Bronze #C77930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.04%

R = 54.08%
G = 32.88%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C77930 (or 0xC77930) is known color: Bronze. HEX triplet: C7, 79 and 30. RGB value is (199,121,48). Sum of RGB (Red+Green+Blue) = 199+121+48=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C77930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77930 is #3886CF. Grayscale: #888888. Windows color (decimal): -3704528 or 3176903. OLE color: 3176903.

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

Color convert

RGB 199 121 48 -
CMYK 0 0.39 0.76 0.22
HSL 29.01º 0.61% 0.48% -
HSV(B) 29.01º 0.76% 0.78% -
XYZ 30.92 26.03 6.19 -
YUV 136 78.34 172.94 -
System Red Green Blue C M Y K H S L
Decimal 199 121 48 0 0.39 0.76 0.22 29.01 0.61 0.48
Hex C7 79 30 0 27 4C 16 1D 3D 30
Octal 307 171 60 0 47 114 26 35 75 60
Binary 11000111 1111001 110000 0 100111 1001100 10110 11101 111101 110000

Color Harmonies of #C77930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77930

Black with #C77930

Text Example


Text Example

White with #C77930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77930; }

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

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

background-color css

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

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

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

border-color css

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

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

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