Html Css Color HEX #C57D37 Golden Bell

📋 copy color: '#C57D37'

red 197 ◦ green 125 ◦ blue 55

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

Shades of Golden Bell #C57D37

Tints of Golden Bell #C57D37

RGB

 RED value IS 197 (77.34% from 255) = 52.25%

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

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

R = 52.25%
G = 33.16%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C57D37 (or 0xC57D37) is known color: Golden Bell. HEX triplet: C5, 7D and 37. RGB value is (197,125,55). Sum of RGB (Red+Green+Blue) = 197+125+55=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D37 is #3A82C8. Grayscale: #8A8A8A. Windows color (decimal): -3834569 or 3636677. OLE color: 3636677.

HSL color Cylindrical-coordinate representation of color #C57D37: hue angle of 29.58º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C57D37 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 125 55 -
CMYK 0 0.37 0.72 0.23
HSL 29.58º 0.56% 0.49% -
HSV(B) 29.58º 0.72% 0.77% -
XYZ 31.05 26.81 7.15 -
YUV 138.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 197 125 55 0 0.37 0.72 0.23 29.58 0.56 0.49
Hex C5 7D 37 0 25 48 17 1E 38 31
Octal 305 175 67 0 45 110 27 36 70 61
Binary 11000101 1111101 110111 0 100101 1001000 10111 11110 111000 110001

Color Harmonies of #C57D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57D37

Black with #C57D37

Text Example


Text Example

White with #C57D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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