#C3845A

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

Shades of Burning Sand #C3845A

Tints of Burning Sand #C3845A

Color information

#C3845A (or 0xC3845A) is unknown color: approx Burning Sand. HEX triplet: C3, 84 and 5A. RGB value is (195,132,90). Sum of RGB (Red+Green+Blue) = 195+132+90=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3845A is #3C7BA5. Grayscale: #929292. Windows color (decimal): -3963814 or 5932227. OLE color: 5932227.

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

Color convert

RGB19513290-
CMYK00.320.540.24
HSL24º46.67%55.88%-
HSV(B)24º53.85%76.47%-
XYZ32.628.8413.52-
YUV146.0596.37162.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 90 (35.55% from 255) = 21.58%
R=46.76%
G=31.65%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951329000.320.540.242446.6755.88
HexC3845A0203618182f38
Octal3032041320406630305770
Binary1100001110000100101101001000001101101100011000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3845A; }

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

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

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

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

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

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

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

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