Html Css Color HEX #C58035 Golden Bell

📋 copy color: '#C58035'

red 197 ◦ green 128 ◦ blue 53

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

Shades of Golden Bell #C58035

Tints of Golden Bell #C58035

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

 BLUE value IS 53 (21.09% from 255) = 14.02%

R = 52.12%
G = 33.86%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C58035 (or 0xC58035) is known color: Golden Bell. HEX triplet: C5, 80 and 35. RGB value is (197,128,53). Sum of RGB (Red+Green+Blue) = 197+128+53=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C58035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58035 is #3A7FCA. Grayscale: #8C8C8C. Windows color (decimal): -3833803 or 3506373. OLE color: 3506373.

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

Color convert

RGB 197 128 53 -
CMYK 0 0.35 0.73 0.23
HSL 31.25º 0.58% 0.49% -
HSV(B) 31.25º 0.73% 0.77% -
XYZ 31.39 27.57 7.03 -
YUV 140.08 78.86 168.6 -
System Red Green Blue C M Y K H S L
Decimal 197 128 53 0 0.35 0.73 0.23 31.25 0.58 0.49
Hex C5 80 35 0 23 49 17 1F 3A 31
Octal 305 200 65 0 43 111 27 37 72 61
Binary 11000101 10000000 110101 0 100011 1001001 10111 11111 111010 110001

Color Harmonies of #C58035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58035

Black with #C58035

Text Example


Text Example

White with #C58035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58035; }

 p { color: rgb(197,128,53); }

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

background-color css

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

 a { background-color: rgb(197,128,53); }

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

border-color css

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

 span { border-color: rgb(197,128,53); }

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