#C38362

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

Shades of Burning Sand #C38362

Tints of Burning Sand #C38362

Color information

#C38362 (or 0xC38362) is unknown color: approx Burning Sand. HEX triplet: C3, 83 and 62. RGB value is (195,131,98). Sum of RGB (Red+Green+Blue) = 195+131+98=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C38362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38362 is #3C7C9D. Grayscale: #929292. Windows color (decimal): -3964062 or 6456259. OLE color: 6456259.

HSL color Cylindrical-coordinate representation of color #C38362: hue angle of 20.41º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C38362 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19513198-
CMYK00.330.500.24
HSL20.41º44.7%57.45%-
HSV(B)20.41º49.74%76.47%-
XYZ32.8328.7215.37-
YUV146.37100.7162.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.99%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 98 (38.67% from 255) = 23.11%
R=45.99%
G=30.90%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951319800.330.500.2420.4144.757.45
HexC383620213218142d39
Octal3032031420416230245571
Binary1100001110000011110001001000011100101100010100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38362; }

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

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

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

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

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

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

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

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