#C38367

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

Shades of Burning Sand #C38367

Tints of Burning Sand #C38367

Color information

#C38367 (or 0xC38367) is unknown color: approx Burning Sand. HEX triplet: C3, 83 and 67. RGB value is (195,131,103). Sum of RGB (Red+Green+Blue) = 195+131+103=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C38367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38367 is #3C7C98. Grayscale: #939393. Windows color (decimal): -3964057 or 6783939. OLE color: 6783939.

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

Color convert

RGB195131103-
CMYK00.330.470.24
HSL18.26º43.4%58.43%-
HSV(B)18.26º47.18%76.47%-
XYZ33.0728.8116.65-
YUV146.94103.2162.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 103 (40.62% from 255) = 24.01%
R=45.45%
G=30.54%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513110300.330.470.2418.2643.458.43
HexC383670212F18122b3a
Octal3032031470415730225372
Binary1100001110000011110011101000011011111100010010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38367; }

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

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

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

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

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

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

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

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