#C38760

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

Shades of Burning Sand #C38760

Tints of Burning Sand #C38760

Color information

#C38760 (or 0xC38760) is unknown color: approx Burning Sand. HEX triplet: C3, 87 and 60. RGB value is (195,135,96). Sum of RGB (Red+Green+Blue) = 195+135+96=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C38760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38760 is #3C789F. Grayscale: #949494. Windows color (decimal): -3963040 or 6326211. OLE color: 6326211.

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

Color convert

RGB19513596-
CMYK00.310.510.24
HSL23.64º45.21%57.06%-
HSV(B)23.64º50.77%76.47%-
XYZ33.2829.7715.06-
YUV148.4998.38161.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.77%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=45.77%
G=31.69%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951359600.310.510.2423.6445.2157.06
HexC3876001F3318182d39
Octal3032071400376330305571
Binary110000111000011111000000111111100111100011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38760; }

 p { color: rgb(195,135,96); }

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

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

 a { background-color: rgb(195,135,96); }

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

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

 span { border-color: rgb(195,135,96); }

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