#C28362

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

Shades of Burning Sand #C28362

Tints of Burning Sand #C28362

Color information

#C28362 (or 0xC28362) is unknown color: approx Burning Sand. HEX triplet: C2, 83 and 62. RGB value is (194,131,98). Sum of RGB (Red+Green+Blue) = 194+131+98=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C28362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28362 is #3D7C9D. Grayscale: #929292. Windows color (decimal): -4029598 or 6456258. OLE color: 6456258.

HSL color Cylindrical-coordinate representation of color #C28362: hue angle of 20.63º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C28362 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19413198-
CMYK00.320.490.24
HSL20.63º44.04%57.25%-
HSV(B)20.63º49.48%76.08%-
XYZ32.5728.5815.36-
YUV146.07100.87162.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 98 (38.67% from 255) = 23.17%
R=45.86%
G=30.97%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941319800.320.490.2420.6344.0457.25
HexC283620203118152c39
Octal3022031420406130255471
Binary1100001010000011110001001000001100011100010101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28362; }

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

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

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

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

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

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

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

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