Html Css Color HEX #C58435 Golden Bell

📋 copy color: '#C58435'

red 197 ◦ green 132 ◦ blue 53

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

Shades of Golden Bell #C58435

Tints of Golden Bell #C58435

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

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

R = 51.57%
G = 34.55%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C58435 (or 0xC58435) is known color: Golden Bell. HEX triplet: C5, 84 and 35. RGB value is (197,132,53). Sum of RGB (Red+Green+Blue) = 197+132+53=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C58435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58435 is #3A7BCA. Grayscale: #8E8E8E. Windows color (decimal): -3832779 or 3507397. OLE color: 3507397.

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

Color convert

RGB 197 132 53 -
CMYK 0 0.33 0.73 0.23
HSL 32.92º 0.58% 0.49% -
HSV(B) 32.92º 0.73% 0.77% -
XYZ 31.92 28.63 7.21 -
YUV 142.43 77.53 166.92 -
System Red Green Blue C M Y K H S L
Decimal 197 132 53 0 0.33 0.73 0.23 32.92 0.58 0.49
Hex C5 84 35 0 21 49 17 21 3A 31
Octal 305 204 65 0 41 111 27 41 72 61
Binary 11000101 10000100 110101 0 100001 1001001 10111 100001 111010 110001

Color Harmonies of #C58435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58435

Black with #C58435

Text Example


Text Example

White with #C58435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58435; }

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

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

background-color css

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

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

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

border-color css

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

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

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