Html Css Color HEX #C58337 Golden Bell

📋 copy color: '#C58337'

red 197 ◦ green 131 ◦ blue 55

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

Shades of Golden Bell #C58337

Tints of Golden Bell #C58337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.2%

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

R = 51.44%
G = 34.2%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C58337 (or 0xC58337) is known color: Golden Bell. HEX triplet: C5, 83 and 37. RGB value is (197,131,55). Sum of RGB (Red+Green+Blue) = 197+131+55=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C58337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58337 is #3A7CC8. Grayscale: #8E8E8E. Windows color (decimal): -3833033 or 3638213. OLE color: 3638213.

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

Color convert

RGB 197 131 55 -
CMYK 0 0.34 0.72 0.23
HSL 32.11º 0.56% 0.49% -
HSV(B) 32.11º 0.72% 0.77% -
XYZ 31.83 28.38 7.41 -
YUV 142.07 78.87 167.18 -
System Red Green Blue C M Y K H S L
Decimal 197 131 55 0 0.34 0.72 0.23 32.11 0.56 0.49
Hex C5 83 37 0 22 48 17 20 38 31
Octal 305 203 67 0 42 110 27 40 70 61
Binary 11000101 10000011 110111 0 100010 1001000 10111 100000 111000 110001

Color Harmonies of #C58337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58337

Black with #C58337

Text Example


Text Example

White with #C58337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58337; }

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

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

background-color css

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

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

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

border-color css

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

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

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