Html Css Color HEX #C77630 Bronze

📋 copy color: '#C77630'

red 199 ◦ green 118 ◦ blue 48

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

Shades of Bronze #C77630

Tints of Bronze #C77630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.33%

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

R = 54.52%
G = 32.33%
B = 13.15%

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

#C77630 (or 0xC77630) is known color: Bronze. HEX triplet: C7, 76 and 30. RGB value is (199,118,48). Sum of RGB (Red+Green+Blue) = 199+118+48=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C77630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77630 is #3889CF. Grayscale: #868686. Windows color (decimal): -3705296 or 3176135. OLE color: 3176135.

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

Color convert

RGB 199 118 48 -
CMYK 0 0.41 0.76 0.22
HSL 27.81º 0.61% 0.48% -
HSV(B) 27.81º 0.76% 0.78% -
XYZ 30.57 25.31 6.07 -
YUV 134.24 79.34 174.19 -
System Red Green Blue C M Y K H S L
Decimal 199 118 48 0 0.41 0.76 0.22 27.81 0.61 0.48
Hex C7 76 30 0 29 4C 16 1C 3D 30
Octal 307 166 60 0 51 114 26 34 75 60
Binary 11000111 1110110 110000 0 101001 1001100 10110 11100 111101 110000

Color Harmonies of #C77630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77630

Black with #C77630

Text Example


Text Example

White with #C77630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77630; }

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

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

background-color css

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

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

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

border-color css

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

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

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