#CD7E46

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

Shades of Raw Sienna #CD7E46

Tints of Raw Sienna #CD7E46

Color information

#CD7E46 (or 0xCD7E46) is unknown color: approx Raw Sienna. HEX triplet: CD, 7E and 46. RGB value is (205,126,70). Sum of RGB (Red+Green+Blue) = 205+126+70=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7E46 is #3281B9. Grayscale: #8F8F8F. Windows color (decimal): -3310010 or 4619981. OLE color: 4619981.

HSL color Cylindrical-coordinate representation of color #CD7E46: hue angle of 24.89º 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 #CD7E46 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB20512670-
CMYK00.390.660.20
HSL24.89º57.45%53.92%-
HSV(B)24.89º65.85%80.39%-
XYZ33.7428.349.49-
YUV143.2486.67172.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.12%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 70 (27.73% from 255) = 17.46%
R=51.12%
G=31.42%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051267000.390.660.2024.8957.4553.92
HexCD7E460274214193936
Octal31517610604710224317166
Binary1100110111111101000110010011110000101010011001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7E46; }

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

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

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

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

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

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

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

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