Html Css Color HEX #C58760 Burning Sand

📋 copy color: '#C58760'

red 197 ◦ green 135 ◦ blue 96

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

Shades of Burning Sand #C58760

Tints of Burning Sand #C58760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.54%

 BLUE value IS 96 (37.89% from 255) = 22.43%

R = 46.03%
G = 31.54%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C58760 (or 0xC58760) is known color: Burning Sand. HEX triplet: C5, 87 and 60. RGB value is (197,135,96). Sum of RGB (Red+Green+Blue) = 197+135+96=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C58760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58760 is #3A789F. Grayscale: #959595. Windows color (decimal): -3831968 or 6326213. OLE color: 6326213.

HSL color Cylindrical-coordinate representation of color #C58760: hue angle of 23.17º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C58760 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 135 96 -
CMYK 0 0.31 0.51 0.23
HSL 23.17º 0.47% 0.57% -
HSV(B) 23.17º 0.51% 0.77% -
XYZ 33.8 30.04 15.08 -
YUV 149.09 98.04 162.17 -
System Red Green Blue C M Y K H S L
Decimal 197 135 96 0 0.31 0.51 0.23 23.17 0.47 0.57
Hex C5 87 60 0 1F 33 17 17 2F 39
Octal 305 207 140 0 37 63 27 27 57 71
Binary 11000101 10000111 1100000 0 11111 110011 10111 10111 101111 111001

Color Harmonies of #C58760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58760

Black with #C58760

Text Example


Text Example

White with #C58760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58760; }

 p { color: rgb(197,135,96); }

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

background-color css

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

 a { background-color: rgb(197,135,96); }

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

border-color css

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

 span { border-color: rgb(197,135,96); }

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