#C38359

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

Shades of Burning Sand #C38359

Tints of Burning Sand #C38359

Color information

#C38359 (or 0xC38359) is unknown color: approx Burning Sand. HEX triplet: C3, 83 and 59. RGB value is (195,131,89). Sum of RGB (Red+Green+Blue) = 195+131+89=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C38359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38359 is #3C7CA6. Grayscale: #919191. Windows color (decimal): -3964071 or 5866435. OLE color: 5866435.

HSL color Cylindrical-coordinate representation of color #C38359: hue angle of 23.77º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C38359 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19513189-
CMYK00.330.540.24
HSL23.77º46.9%55.69%-
HSV(B)23.77º54.36%76.47%-
XYZ32.4328.5613.25-
YUV145.3596.2163.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.99%
GREEN value IS 131 (51.56% from 255) = 31.57%
BLUE value IS 89 (35.16% from 255) = 21.45%
R=46.99%
G=31.57%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951318900.330.540.2423.7746.955.69
HexC383590213618182f38
Octal3032031310416630305770
Binary1100001110000011101100101000011101101100011000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38359; }

 p { color: rgb(195,131,89); }

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

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

 a { background-color: rgb(195,131,89); }

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

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

 span { border-color: rgb(195,131,89); }

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