#C28561

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

Shades of Burning Sand #C28561

Tints of Burning Sand #C28561

Color information

#C28561 (or 0xC28561) is unknown color: approx Burning Sand. HEX triplet: C2, 85 and 61. RGB value is (194,133,97). Sum of RGB (Red+Green+Blue) = 194+133+97=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C28561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28561 is #3D7A9E. Grayscale: #939393. Windows color (decimal): -4029087 or 6391234. OLE color: 6391234.

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

Color convert

RGB19413397-
CMYK00.310.500.24
HSL22.27º44.29%57.06%-
HSV(B)22.27º50%76.08%-
XYZ32.7929.1115.2-
YUV147.1499.71161.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 133 (52.34% from 255) = 31.37%
BLUE value IS 97 (38.28% from 255) = 22.88%
R=45.75%
G=31.37%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941339700.310.500.2422.2744.2957.06
HexC2856101F3218162c39
Octal3022051410376230265471
Binary110000101000010111000010111111100101100010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28561; }

 p { color: rgb(194,133,97); }

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

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

 a { background-color: rgb(194,133,97); }

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

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

 span { border-color: rgb(194,133,97); }

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