Html Css Color HEX #C58964 Burning Sand

📋 copy color: '#C58964'

red 197 ◦ green 137 ◦ blue 100

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

Shades of Burning Sand #C58964

Tints of Burning Sand #C58964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.57%

 BLUE value IS 100 (39.45% from 255) = 23.04%

R = 45.39%
G = 31.57%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C58964 (or 0xC58964) is known color: Burning Sand. HEX triplet: C5, 89 and 64. RGB value is (197,137,100). Sum of RGB (Red+Green+Blue) = 197+137+100=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C58964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58964 is #3A769B. Grayscale: #969696. Windows color (decimal): -3831452 or 6588869. OLE color: 6588869.

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

Color convert

RGB 197 137 100 -
CMYK 0 0.30 0.49 0.23
HSL 22.89º 0.46% 0.58% -
HSV(B) 22.89º 0.49% 0.77% -
XYZ 34.27 30.68 16.17 -
YUV 150.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 197 137 100 0 0.30 0.49 0.23 22.89 0.46 0.58
Hex C5 89 64 0 1E 31 17 17 2E 3A
Octal 305 211 144 0 36 61 27 27 56 72
Binary 11000101 10001001 1100100 0 11110 110001 10111 10111 101110 111010

Color Harmonies of #C58964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58964

Black with #C58964

Text Example


Text Example

White with #C58964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58964; }

 p { color: rgb(197,137,100); }

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

background-color css

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

 a { background-color: rgb(197,137,100); }

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

border-color css

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

 span { border-color: rgb(197,137,100); }

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