Html Css Color HEX #C58637 Golden Bell

📋 copy color: '#C58637'

red 197 ◦ green 134 ◦ blue 55

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

Shades of Golden Bell #C58637

Tints of Golden Bell #C58637

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

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

R = 51.04%
G = 34.72%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C58637 (or 0xC58637) is known color: Golden Bell. HEX triplet: C5, 86 and 37. RGB value is (197,134,55). Sum of RGB (Red+Green+Blue) = 197+134+55=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C58637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58637 is #3A79C8. Grayscale: #909090. Windows color (decimal): -3832265 or 3638981. OLE color: 3638981.

HSL color Cylindrical-coordinate representation of color #C58637: hue angle of 33.38º 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 #C58637 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 134 55 -
CMYK 0 0.32 0.72 0.23
HSL 33.38º 0.56% 0.49% -
HSV(B) 33.38º 0.72% 0.77% -
XYZ 32.24 29.2 7.55 -
YUV 143.83 77.87 165.92 -
System Red Green Blue C M Y K H S L
Decimal 197 134 55 0 0.32 0.72 0.23 33.38 0.56 0.49
Hex C5 86 37 0 20 48 17 21 38 31
Octal 305 206 67 0 40 110 27 41 70 61
Binary 11000101 10000110 110111 0 100000 1001000 10111 100001 111000 110001

Color Harmonies of #C58637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58637

Black with #C58637

Text Example


Text Example

White with #C58637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58637; }

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

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

background-color css

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

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

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

border-color css

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

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

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