#CF7C52

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

Shades of Raw Sienna #CF7C52

Tints of Raw Sienna #CF7C52

Color information

#CF7C52 (or 0xCF7C52) is unknown color: approx Raw Sienna. HEX triplet: CF, 7C and 52. RGB value is (207,124,82). Sum of RGB (Red+Green+Blue) = 207+124+82=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7C52 is #3083AD. Grayscale: #909090. Windows color (decimal): -3179438 or 5405903. OLE color: 5405903.

HSL color Cylindrical-coordinate representation of color #CF7C52: hue angle of 20.16º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF7C52 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB20712482-
CMYK00.400.600.19
HSL20.16º56.56%56.67%-
HSV(B)20.16º60.39%81.18%-
XYZ34.4628.2911.63-
YUV144.0393172.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.12%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 82 (32.42% from 255) = 19.85%
R=50.12%
G=30.02%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071248200.400.600.1920.1656.5656.67
HexCF7C520283C13143939
Octal3171741220507423247171
Binary110011111111100101001001010001111001001110100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7C52; }

 p { color: rgb(207,124,82); }

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

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

 a { background-color: rgb(207,124,82); }

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

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

 span { border-color: rgb(207,124,82); }

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