Html Css Color HEX #C58336 Golden Bell

📋 copy color: '#C58336'

red 197 ◦ green 131 ◦ blue 54

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

Shades of Golden Bell #C58336

Tints of Golden Bell #C58336

RGB

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

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

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

R = 51.57%
G = 34.29%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C58336 (or 0xC58336) is known color: Golden Bell. HEX triplet: C5, 83 and 36. RGB value is (197,131,54). Sum of RGB (Red+Green+Blue) = 197+131+54=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C58336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58336 is #3A7CC9. Grayscale: #8E8E8E. Windows color (decimal): -3833034 or 3572677. OLE color: 3572677.

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

Color convert

RGB 197 131 54 -
CMYK 0 0.34 0.73 0.23
HSL 32.31º 0.57% 0.49% -
HSV(B) 32.31º 0.73% 0.77% -
XYZ 31.81 28.37 7.29 -
YUV 141.96 78.37 167.26 -
System Red Green Blue C M Y K H S L
Decimal 197 131 54 0 0.34 0.73 0.23 32.31 0.57 0.49
Hex C5 83 36 0 22 49 17 20 39 31
Octal 305 203 66 0 42 111 27 40 71 61
Binary 11000101 10000011 110110 0 100010 1001001 10111 100000 111001 110001

Color Harmonies of #C58336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58336

Black with #C58336

Text Example


Text Example

White with #C58336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58336; }

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

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

background-color css

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

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

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

border-color css

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

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

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