#CD7F46

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

Shades of Raw Sienna #CD7F46

Tints of Raw Sienna #CD7F46

Color information

#CD7F46 (or 0xCD7F46) is unknown color: approx Raw Sienna. HEX triplet: CD, 7F and 46. RGB value is (205,127,70). Sum of RGB (Red+Green+Blue) = 205+127+70=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7F46 is #3280B9. Grayscale: #909090. Windows color (decimal): -3309754 or 4620237. OLE color: 4620237.

HSL color Cylindrical-coordinate representation of color #CD7F46: hue angle of 25.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD7F46 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB20512770-
CMYK00.380.660.20
HSL25.33º57.45%53.92%-
HSV(B)25.33º65.85%80.39%-
XYZ33.8728.69.53-
YUV143.8286.34171.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.00%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 70 (27.73% from 255) = 17.41%
R=51.00%
G=31.59%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051277000.380.660.2025.3357.4553.92
HexCD7F460264214193936
Octal31517710604610224317166
Binary1100110111111111000110010011010000101010011001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7F46; }

 p { color: rgb(205,127,70); }

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

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

 a { background-color: rgb(205,127,70); }

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

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

 span { border-color: rgb(205,127,70); }

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