Html Css Color HEX #C57935 Golden Bell

📋 copy color: '#C57935'

red 197 ◦ green 121 ◦ blue 53

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

Shades of Golden Bell #C57935

Tints of Golden Bell #C57935

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.61%

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

R = 53.1%
G = 32.61%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C57935 (or 0xC57935) is known color: Golden Bell. HEX triplet: C5, 79 and 35. RGB value is (197,121,53). Sum of RGB (Red+Green+Blue) = 197+121+53=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C57935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57935 is #3A86CA. Grayscale: #888888. Windows color (decimal): -3835595 or 3504581. OLE color: 3504581.

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

Color convert

RGB 197 121 53 -
CMYK 0 0.39 0.73 0.23
HSL 28.33º 0.58% 0.49% -
HSV(B) 28.33º 0.73% 0.77% -
XYZ 30.51 25.8 6.74 -
YUV 135.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 197 121 53 0 0.39 0.73 0.23 28.33 0.58 0.49
Hex C5 79 35 0 27 49 17 1C 3A 31
Octal 305 171 65 0 47 111 27 34 72 61
Binary 11000101 1111001 110101 0 100111 1001001 10111 11100 111010 110001

Color Harmonies of #C57935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57935

Black with #C57935

Text Example


Text Example

White with #C57935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57935; }

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

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

background-color css

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

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

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

border-color css

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

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

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