Html Css Color HEX #C58338 Golden Bell

📋 copy color: '#C58338'

red 197 ◦ green 131 ◦ blue 56

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

Shades of Golden Bell #C58338

Tints of Golden Bell #C58338

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

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

R = 51.3%
G = 34.11%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C58338 (or 0xC58338) is known color: Golden Bell. HEX triplet: C5, 83 and 38. RGB value is (197,131,56). Sum of RGB (Red+Green+Blue) = 197+131+56=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C58338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58338 is #3A7CC7. Grayscale: #8E8E8E. Windows color (decimal): -3833032 or 3703749. OLE color: 3703749.

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

Color convert

RGB 197 131 56 -
CMYK 0 0.34 0.72 0.23
HSL 31.91º 0.56% 0.5% -
HSV(B) 31.91º 0.72% 0.77% -
XYZ 31.86 28.39 7.54 -
YUV 142.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 197 131 56 0 0.34 0.72 0.23 31.91 0.56 0.5
Hex C5 83 38 0 22 48 17 20 38 32
Octal 305 203 70 0 42 110 27 40 70 62
Binary 11000101 10000011 111000 0 100010 1001000 10111 100000 111000 110010

Color Harmonies of #C58338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58338

Black with #C58338

Text Example


Text Example

White with #C58338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58338; }

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

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

background-color css

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

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

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

border-color css

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

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

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