#C37C5A

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

Shades of Burning Sand #C37C5A

Tints of Burning Sand #C37C5A

Color information

#C37C5A (or 0xC37C5A) is unknown color: approx Burning Sand. HEX triplet: C3, 7C and 5A. RGB value is (195,124,90). Sum of RGB (Red+Green+Blue) = 195+124+90=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C5A is #3C83A5. Grayscale: #8D8D8D. Windows color (decimal): -3965862 or 5930179. OLE color: 5930179.

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

Color convert

RGB19512490-
CMYK00.360.540.24
HSL19.43º46.67%55.88%-
HSV(B)19.43º53.85%76.47%-
XYZ31.5626.7613.17-
YUV141.3599.02166.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.68%
GREEN value IS 124 (48.83% from 255) = 30.32%
BLUE value IS 90 (35.55% from 255) = 22.00%
R=47.68%
G=30.32%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951249000.360.540.2419.4346.6755.88
HexC37C5A0243618132f38
Octal3031741320446630235770
Binary110000111111100101101001001001101101100010011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37C5A; }

 p { color: rgb(195,124,90); }

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

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

 a { background-color: rgb(195,124,90); }

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

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

 span { border-color: rgb(195,124,90); }

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