#CE7940

Color #CE7940 Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #CE7940

Tints of Raw Sienna #CE7940

Color information

#CE7940 (or 0xCE7940) is unknown color: approx Raw Sienna. HEX triplet: CE, 79 and 40. RGB value is (206,121,64). Sum of RGB (Red+Green+Blue) = 206+121+64=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7940 is #3186BF. Grayscale: #8C8C8C. Windows color (decimal): -3245760 or 4225486. OLE color: 4225486.

HSL color Cylindrical-coordinate representation of color #CE7940: hue angle of 24.08º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE7940 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20612164-
CMYK00.410.690.19
HSL24.08º59.17%52.94%-
HSV(B)24.08º68.93%80.78%-
XYZ33.2227.178.34-
YUV139.9285.16175.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.69%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 64 (25.39% from 255) = 16.37%
R=52.69%
G=30.95%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061216400.410.690.1924.0859.1752.94
HexCE79400294513183b35
Octal31617110005110523307365
Binary1100111011110011000000010100110001011001111000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7940; }

 p { color: rgb(206,121,64); }

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

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

 a { background-color: rgb(206,121,64); }

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

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

 span { border-color: rgb(206,121,64); }

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