Html Css Color HEX #C77530 Bronze

📋 copy color: '#C77530'

red 199 ◦ green 117 ◦ blue 48

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

Shades of Bronze #C77530

Tints of Bronze #C77530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

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

R = 54.67%
G = 32.14%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C77530 (or 0xC77530) is known color: Bronze. HEX triplet: C7, 75 and 30. RGB value is (199,117,48). Sum of RGB (Red+Green+Blue) = 199+117+48=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C77530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77530 is #388ACF. Grayscale: #868686. Windows color (decimal): -3705552 or 3175879. OLE color: 3175879.

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

Color convert

RGB 199 117 48 -
CMYK 0 0.41 0.76 0.22
HSL 27.42º 0.61% 0.48% -
HSV(B) 27.42º 0.76% 0.78% -
XYZ 30.45 25.08 6.03 -
YUV 133.65 79.67 174.61 -
System Red Green Blue C M Y K H S L
Decimal 199 117 48 0 0.41 0.76 0.22 27.42 0.61 0.48
Hex C7 75 30 0 29 4C 16 1B 3D 30
Octal 307 165 60 0 51 114 26 33 75 60
Binary 11000111 1110101 110000 0 101001 1001100 10110 11011 111101 110000

Color Harmonies of #C77530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77530

Black with #C77530

Text Example


Text Example

White with #C77530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77530; }

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

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

background-color css

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

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

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

border-color css

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

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

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