Html Css Color HEX #C77D37 Golden Bell

📋 copy color: '#C77D37'

red 199 ◦ green 125 ◦ blue 55

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

Shades of Golden Bell #C77D37

Tints of Golden Bell #C77D37

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.98%

 BLUE value IS 55 (21.88% from 255) = 14.51%

R = 52.51%
G = 32.98%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C77D37 (or 0xC77D37) is known color: Golden Bell. HEX triplet: C7, 7D and 37. RGB value is (199,125,55). Sum of RGB (Red+Green+Blue) = 199+125+55=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77D37 is #3882C8. Grayscale: #8B8B8B. Windows color (decimal): -3703497 or 3636679. OLE color: 3636679.

HSL color Cylindrical-coordinate representation of color #C77D37: hue angle of 29.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C77D37 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 125 55 -
CMYK 0 0.37 0.72 0.22
HSL 29.17º 0.57% 0.5% -
HSV(B) 29.17º 0.72% 0.78% -
XYZ 31.58 27.09 7.18 -
YUV 139.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 199 125 55 0 0.37 0.72 0.22 29.17 0.57 0.5
Hex C7 7D 37 0 25 48 16 1D 39 32
Octal 307 175 67 0 45 110 26 35 71 62
Binary 11000111 1111101 110111 0 100101 1001000 10110 11101 111001 110010

Color Harmonies of #C77D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D37

Black with #C77D37

Text Example


Text Example

White with #C77D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D37; }

 p { color: rgb(199,125,55); }

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

background-color css

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

 a { background-color: rgb(199,125,55); }

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

border-color css

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

 span { border-color: rgb(199,125,55); }

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