#C7865A

Color #C7865A Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C7865A

Tints of Burning Sand #C7865A

Color information

#C7865A (or 0xC7865A) is unknown color: approx Burning Sand. HEX triplet: C7, 86 and 5A. RGB value is (199,134,90). Sum of RGB (Red+Green+Blue) = 199+134+90=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7865A is #3879A5. Grayscale: #949494. Windows color (decimal): -3701158 or 5932743. OLE color: 5932743.

HSL color Cylindrical-coordinate representation of color #C7865A: hue angle of 24.22º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7865A is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB19913490-
CMYK00.330.550.22
HSL24.22º49.32%56.67%-
HSV(B)24.22º54.77%78.04%-
XYZ33.9229.9313.66-
YUV148.4295.03164.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.04%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 90 (35.55% from 255) = 21.28%
R=47.04%
G=31.68%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991349000.330.550.2224.2249.3256.67
HexC7865A0213716183139
Octal3072061320416726306171
Binary1100011110000110101101001000011101111011011000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7865A; }

 p { color: rgb(199,134,90); }

 H1.HeaderClassName
 {
   color: #C7865A;
 }
 .AnyTagClassName
 {
   color: #C7865A;
 }
</style>
background-color css

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

 a { background-color: rgb(199,134,90); }

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

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

 span { border-color: rgb(199,134,90); }

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