Html Css Color HEX #C77834 Bronze

📋 copy color: '#C77834'

red 199 ◦ green 120 ◦ blue 52

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

Shades of Bronze #C77834

Tints of Bronze #C77834

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.35%

 BLUE value IS 52 (20.7% from 255) = 14.02%

R = 53.64%
G = 32.35%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C77834 (or 0xC77834) is known color: Bronze. HEX triplet: C7, 78 and 34. RGB value is (199,120,52). Sum of RGB (Red+Green+Blue) = 199+120+52=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C77834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77834 is #3887CB. Grayscale: #888888. Windows color (decimal): -3704780 or 3438791. OLE color: 3438791.

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

Color convert

RGB 199 120 52 -
CMYK 0 0.40 0.74 0.22
HSL 27.76º 0.59% 0.49% -
HSV(B) 27.76º 0.74% 0.78% -
XYZ 30.89 25.82 6.61 -
YUV 135.87 80.67 173.03 -
System Red Green Blue C M Y K H S L
Decimal 199 120 52 0 0.40 0.74 0.22 27.76 0.59 0.49
Hex C7 78 34 0 28 4A 16 1C 3B 31
Octal 307 170 64 0 50 112 26 34 73 61
Binary 11000111 1111000 110100 0 101000 1001010 10110 11100 111011 110001

Color Harmonies of #C77834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77834

Black with #C77834

Text Example


Text Example

White with #C77834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77834; }

 p { color: rgb(199,120,52); }

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

background-color css

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

 a { background-color: rgb(199,120,52); }

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

border-color css

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

 span { border-color: rgb(199,120,52); }

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