Html Css Color HEX #C58538 Golden Bell

📋 copy color: '#C58538'

red 197 ◦ green 133 ◦ blue 56

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

Shades of Golden Bell #C58538

Tints of Golden Bell #C58538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.51%

R = 51.04%
G = 34.46%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C58538 (or 0xC58538) is known color: Golden Bell. HEX triplet: C5, 85 and 38. RGB value is (197,133,56). Sum of RGB (Red+Green+Blue) = 197+133+56=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C58538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58538 is #3A7AC7. Grayscale: #8F8F8F. Windows color (decimal): -3832520 or 3704261. OLE color: 3704261.

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

Color convert

RGB 197 133 56 -
CMYK 0 0.32 0.72 0.23
HSL 32.77º 0.56% 0.5% -
HSV(B) 32.77º 0.72% 0.77% -
XYZ 32.13 28.93 7.63 -
YUV 143.36 78.7 166.26 -
System Red Green Blue C M Y K H S L
Decimal 197 133 56 0 0.32 0.72 0.23 32.77 0.56 0.5
Hex C5 85 38 0 20 48 17 21 38 32
Octal 305 205 70 0 40 110 27 41 70 62
Binary 11000101 10000101 111000 0 100000 1001000 10111 100001 111000 110010

Color Harmonies of #C58538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58538

Black with #C58538

Text Example


Text Example

White with #C58538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58538; }

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

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

background-color css

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

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

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

border-color css

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

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

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