Html Css Color HEX #C58256 Burning Sand

📋 copy color: '#C58256'

red 197 ◦ green 130 ◦ blue 86

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

Shades of Burning Sand #C58256

Tints of Burning Sand #C58256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.48%

 BLUE value IS 86 (33.98% from 255) = 20.82%

R = 47.7%
G = 31.48%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C58256 (or 0xC58256) is known color: Burning Sand. HEX triplet: C5, 82 and 56. RGB value is (197,130,86). Sum of RGB (Red+Green+Blue) = 197+130+86=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C58256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58256 is #3A7DA9. Grayscale: #919191. Windows color (decimal): -3833258 or 5669573. OLE color: 5669573.

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

Color convert

RGB 197 130 86 -
CMYK 0 0.34 0.56 0.23
HSL 23.78º 0.49% 0.55% -
HSV(B) 23.78º 0.56% 0.77% -
XYZ 32.69 28.51 12.58 -
YUV 145.02 94.7 165.08 -
System Red Green Blue C M Y K H S L
Decimal 197 130 86 0 0.34 0.56 0.23 23.78 0.49 0.55
Hex C5 82 56 0 22 38 17 18 31 37
Octal 305 202 126 0 42 70 27 30 61 67
Binary 11000101 10000010 1010110 0 100010 111000 10111 11000 110001 110111

Color Harmonies of #C58256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58256

Black with #C58256

Text Example


Text Example

White with #C58256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58256; }

 p { color: rgb(197,130,86); }

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

background-color css

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

 a { background-color: rgb(197,130,86); }

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

border-color css

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

 span { border-color: rgb(197,130,86); }

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