#C38761

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

Shades of Burning Sand #C38761

Tints of Burning Sand #C38761

Color information

#C38761 (or 0xC38761) is unknown color: approx Burning Sand. HEX triplet: C3, 87 and 61. RGB value is (195,135,97). Sum of RGB (Red+Green+Blue) = 195+135+97=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38761 is #3C789E. Grayscale: #949494. Windows color (decimal): -3963039 or 6391747. OLE color: 6391747.

HSL color Cylindrical-coordinate representation of color #C38761: hue angle of 23.27º degrees, saturation: 0.45, 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 #C38761 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19513597-
CMYK00.310.500.24
HSL23.27º44.95%57.25%-
HSV(B)23.27º50.26%76.47%-
XYZ33.3329.7915.3-
YUV148.6198.88161.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=45.67%
G=31.62%
B=22.72%

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
Decimal1951359700.310.500.2423.2744.9557.25
HexC3876101F3218172d39
Octal3032071410376230275571
Binary110000111000011111000010111111100101100010111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38761; }

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

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

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

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

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

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

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

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