Html Css Color HEX #C58536 Golden Bell

📋 copy color: '#C58536'

red 197 ◦ green 133 ◦ blue 54

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

Shades of Golden Bell #C58536

Tints of Golden Bell #C58536

RGB

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

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

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

R = 51.3%
G = 34.64%
B = 14.06%

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

#C58536 (or 0xC58536) is known color: Golden Bell. HEX triplet: C5, 85 and 36. RGB value is (197,133,54). Sum of RGB (Red+Green+Blue) = 197+133+54=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C58536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58536 is #3A7AC9. Grayscale: #8F8F8F. Windows color (decimal): -3832522 or 3573189. OLE color: 3573189.

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

Color convert

RGB 197 133 54 -
CMYK 0 0.32 0.73 0.23
HSL 33.15º 0.57% 0.49% -
HSV(B) 33.15º 0.73% 0.77% -
XYZ 32.08 28.91 7.38 -
YUV 143.13 77.7 166.42 -
System Red Green Blue C M Y K H S L
Decimal 197 133 54 0 0.32 0.73 0.23 33.15 0.57 0.49
Hex C5 85 36 0 20 49 17 21 39 31
Octal 305 205 66 0 40 111 27 41 71 61
Binary 11000101 10000101 110110 0 100000 1001001 10111 100001 111001 110001

Color Harmonies of #C58536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58536

Black with #C58536

Text Example


Text Example

White with #C58536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58536; }

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

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

background-color css

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

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

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

border-color css

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

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

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