Html Css Color HEX #C58537 Golden Bell

📋 copy color: '#C58537'

red 197 ◦ green 133 ◦ blue 55

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

Shades of Golden Bell #C58537

Tints of Golden Bell #C58537

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

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

R = 51.17%
G = 34.55%
B = 14.29%

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

#C58537 (or 0xC58537) is known color: Golden Bell. HEX triplet: C5, 85 and 37. RGB value is (197,133,55). Sum of RGB (Red+Green+Blue) = 197+133+55=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C58537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58537 is #3A7AC8. Grayscale: #8F8F8F. Windows color (decimal): -3832521 or 3638725. OLE color: 3638725.

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

Color convert

RGB 197 133 55 -
CMYK 0 0.32 0.72 0.23
HSL 32.96º 0.56% 0.49% -
HSV(B) 32.96º 0.72% 0.77% -
XYZ 32.1 28.92 7.5 -
YUV 143.24 78.2 166.34 -
System Red Green Blue C M Y K H S L
Decimal 197 133 55 0 0.32 0.72 0.23 32.96 0.56 0.49
Hex C5 85 37 0 20 48 17 21 38 31
Octal 305 205 67 0 40 110 27 41 70 61
Binary 11000101 10000101 110111 0 100000 1001000 10111 100001 111000 110001

Color Harmonies of #C58537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58537

Black with #C58537

Text Example


Text Example

White with #C58537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58537; }

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

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

background-color css

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

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

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

border-color css

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

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

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