#C37D5C

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

Shades of Burning Sand #C37D5C

Tints of Burning Sand #C37D5C

Color information

#C37D5C (or 0xC37D5C) is unknown color: approx Burning Sand. HEX triplet: C3, 7D and 5C. RGB value is (195,125,92). Sum of RGB (Red+Green+Blue) = 195+125+92=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D5C is #3C82A3. Grayscale: #8E8E8E. Windows color (decimal): -3965604 or 6061507. OLE color: 6061507.

HSL color Cylindrical-coordinate representation of color #C37D5C: hue angle of 19.22º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C37D5C is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19512592-
CMYK00.360.530.24
HSL19.22º46.19%56.27%-
HSV(B)19.22º52.82%76.47%-
XYZ31.7727.0413.67-
YUV142.1799.69165.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.33%
GREEN value IS 125 (49.22% from 255) = 30.34%
BLUE value IS 92 (36.33% from 255) = 22.33%
R=47.33%
G=30.34%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951259200.360.530.2419.2246.1956.27
HexC37D5C0243518132e38
Octal3031751340446530235670
Binary110000111111101101110001001001101011100010011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37D5C; }

 p { color: rgb(195,125,92); }

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

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

 a { background-color: rgb(195,125,92); }

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

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

 span { border-color: rgb(195,125,92); }

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