#CD7E4A

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

Shades of Raw Sienna #CD7E4A

Tints of Raw Sienna #CD7E4A

Color information

#CD7E4A (or 0xCD7E4A) is unknown color: approx Raw Sienna. HEX triplet: CD, 7E and 4A. RGB value is (205,126,74). Sum of RGB (Red+Green+Blue) = 205+126+74=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7E4A is #3281B5. Grayscale: #8F8F8F. Windows color (decimal): -3310006 or 4882125. OLE color: 4882125.

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

Color convert

RGB20512674-
CMYK00.390.640.20
HSL23.82º56.71%54.71%-
HSV(B)23.82º63.9%80.39%-
XYZ33.8728.410.17-
YUV143.6988.67171.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.62%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 74 (29.30% from 255) = 18.27%
R=50.62%
G=31.11%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051267400.390.640.2023.8256.7154.71
HexCD7E4A0274014183937
Octal31517611204710024307167
Binary1100110111111101001010010011110000001010011000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7E4A; }

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

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

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

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

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

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

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

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