#C38967

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

Shades of Burning Sand #C38967

Tints of Burning Sand #C38967

Color information

#C38967 (or 0xC38967) is unknown color: approx Burning Sand. HEX triplet: C3, 89 and 67. RGB value is (195,137,103). Sum of RGB (Red+Green+Blue) = 195+137+103=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C38967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38967 is #3C7698. Grayscale: #969696. Windows color (decimal): -3962521 or 6785475. OLE color: 6785475.

HSL color Cylindrical-coordinate representation of color #C38967: hue angle of 22.17º 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 #C38967 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB195137103-
CMYK00.300.470.24
HSL22.17º43.4%58.43%-
HSV(B)22.17º47.18%76.47%-
XYZ33.930.4716.93-
YUV150.47101.22159.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.83%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=44.83%
G=31.49%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513710300.300.470.2422.1743.458.43
HexC3896701E2F18162b3a
Octal3032111470365730265372
Binary110000111000100111001110111101011111100010110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38967; }

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

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

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

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

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

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

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

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