Html Css Color HEX #C5865E Burning Sand

📋 copy color: '#C5865E'

red 197 ◦ green 134 ◦ blue 94

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

Shades of Burning Sand #C5865E

Tints of Burning Sand #C5865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.53%

 BLUE value IS 94 (37.11% from 255) = 22.12%

R = 46.35%
G = 31.53%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5865E (or 0xC5865E) is known color: Burning Sand. HEX triplet: C5, 86 and 5E. RGB value is (197,134,94). Sum of RGB (Red+Green+Blue) = 197+134+94=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5865E is #3A79A1. Grayscale: #949494. Windows color (decimal): -3832226 or 6194885. OLE color: 6194885.

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

Color convert

RGB 197 134 94 -
CMYK 0 0.32 0.52 0.23
HSL 23.3º 0.47% 0.57% -
HSV(B) 23.3º 0.52% 0.77% -
XYZ 33.57 29.73 14.56 -
YUV 148.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 197 134 94 0 0.32 0.52 0.23 23.3 0.47 0.57
Hex C5 86 5E 0 20 34 17 17 2F 39
Octal 305 206 136 0 40 64 27 27 57 71
Binary 11000101 10000110 1011110 0 100000 110100 10111 10111 101111 111001

Color Harmonies of #C5865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5865E

Black with #C5865E

Text Example


Text Example

White with #C5865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5865E; }

 p { color: rgb(197,134,94); }

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

background-color css

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

 a { background-color: rgb(197,134,94); }

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

border-color css

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

 span { border-color: rgb(197,134,94); }

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