#CF7E45

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

Shades of Raw Sienna #CF7E45

Tints of Raw Sienna #CF7E45

Color information

#CF7E45 (or 0xCF7E45) is unknown color: approx Raw Sienna. HEX triplet: CF, 7E and 45. RGB value is (207,126,69). Sum of RGB (Red+Green+Blue) = 207+126+69=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7E45 is #3081BA. Grayscale: #909090. Windows color (decimal): -3178939 or 4554447. OLE color: 4554447.

HSL color Cylindrical-coordinate representation of color #CF7E45: hue angle of 24.78º degrees, saturation: 0.59, 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 #CF7E45 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB20712669-
CMYK00.390.670.19
HSL24.78º58.97%54.12%-
HSV(B)24.78º66.67%81.18%-
XYZ34.2728.629.35-
YUV143.7285.84173.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.49%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=51.49%
G=31.34%
B=17.16%

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
Decimal2071266900.390.670.1924.7858.9754.12
HexCF7E450274313193b36
Octal31717610504710323317366
Binary1100111111111101000101010011110000111001111001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7E45; }

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

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

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

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

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

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

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

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