Html Css Color HEX #C5803A Golden Bell

📋 copy color: '#C5803A'

red 197 ◦ green 128 ◦ blue 58

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

Shades of Golden Bell #C5803A

Tints of Golden Bell #C5803A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.14%

R = 51.44%
G = 33.42%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5803A (or 0xC5803A) is known color: Golden Bell. HEX triplet: C5, 80 and 3A. RGB value is (197,128,58). Sum of RGB (Red+Green+Blue) = 197+128+58=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5803A is #3A7FC5. Grayscale: #8D8D8D. Windows color (decimal): -3833798 or 3834053. OLE color: 3834053.

HSL color Cylindrical-coordinate representation of color #C5803A: hue angle of 30.22º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5803A is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 128 58 -
CMYK 0 0.35 0.71 0.23
HSL 30.22º 0.55% 0.5% -
HSV(B) 30.22º 0.71% 0.77% -
XYZ 31.51 27.61 7.67 -
YUV 140.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 197 128 58 0 0.35 0.71 0.23 30.22 0.55 0.5
Hex C5 80 3A 0 23 47 17 1E 37 32
Octal 305 200 72 0 43 107 27 36 67 62
Binary 11000101 10000000 111010 0 100011 1000111 10111 11110 110111 110010

Color Harmonies of #C5803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5803A

Black with #C5803A

Text Example


Text Example

White with #C5803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5803A; }

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

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

background-color css

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

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

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

border-color css

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

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

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