#CE7E45

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

Shades of Raw Sienna #CE7E45

Tints of Raw Sienna #CE7E45

Color information

#CE7E45 (or 0xCE7E45) is unknown color: approx Raw Sienna. HEX triplet: CE, 7E and 45. RGB value is (206,126,69). Sum of RGB (Red+Green+Blue) = 206+126+69=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7E45 is #3181BA. Grayscale: #8F8F8F. Windows color (decimal): -3244475 or 4554446. OLE color: 4554446.

HSL color Cylindrical-coordinate representation of color #CE7E45: hue angle of 24.96º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE7E45 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB20612669-
CMYK00.390.670.19
HSL24.96º58.3%53.92%-
HSV(B)24.96º66.5%80.78%-
XYZ33.9928.479.33-
YUV143.4286172.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.37%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 69 (27.34% from 255) = 17.21%
R=51.37%
G=31.42%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061266900.390.670.1924.9658.353.92
HexCE7E450274313193a36
Octal31617610504710323317266
Binary1100111011111101000101010011110000111001111001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7E45; }

 p { color: rgb(206,126,69); }

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

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

 a { background-color: rgb(206,126,69); }

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

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

 span { border-color: rgb(206,126,69); }

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