Html Css Color HEX #C58636 Golden Bell

📋 copy color: '#C58636'

red 197 ◦ green 134 ◦ blue 54

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

Shades of Golden Bell #C58636

Tints of Golden Bell #C58636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.03%

R = 51.17%
G = 34.81%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C58636 (or 0xC58636) is known color: Golden Bell. HEX triplet: C5, 86 and 36. RGB value is (197,134,54). Sum of RGB (Red+Green+Blue) = 197+134+54=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C58636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58636 is #3A79C9. Grayscale: #909090. Windows color (decimal): -3832266 or 3573445. OLE color: 3573445.

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

Color convert

RGB 197 134 54 -
CMYK 0 0.32 0.73 0.23
HSL 33.57º 0.57% 0.49% -
HSV(B) 33.57º 0.73% 0.77% -
XYZ 32.22 29.19 7.43 -
YUV 143.72 77.37 166 -
System Red Green Blue C M Y K H S L
Decimal 197 134 54 0 0.32 0.73 0.23 33.57 0.57 0.49
Hex C5 86 36 0 20 49 17 22 39 31
Octal 305 206 66 0 40 111 27 42 71 61
Binary 11000101 10000110 110110 0 100000 1001001 10111 100010 111001 110001

Color Harmonies of #C58636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58636

Black with #C58636

Text Example


Text Example

White with #C58636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58636; }

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

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

background-color css

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

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

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

border-color css

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

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

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