#CD8048

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

Shades of Raw Sienna #CD8048

Tints of Raw Sienna #CD8048

Color information

#CD8048 (or 0xCD8048) is unknown color: approx Raw Sienna. HEX triplet: CD, 80 and 48. RGB value is (205,128,72). Sum of RGB (Red+Green+Blue) = 205+128+72=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8048 is #327FB7. Grayscale: #909090. Windows color (decimal): -3309496 or 4751565. OLE color: 4751565.

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

Color convert

RGB20512872-
CMYK00.380.650.20
HSL25.26º57.08%54.31%-
HSV(B)25.26º64.88%80.39%-
XYZ34.0728.899.91-
YUV144.6487.01171.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.62%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 72 (28.52% from 255) = 17.78%
R=50.62%
G=31.60%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051287200.380.650.2025.2657.0854.31
HexCD80480264114193936
Octal31520011004610124317166
Binary11001101100000001001000010011010000011010011001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8048; }

 p { color: rgb(205,128,72); }

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

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

 a { background-color: rgb(205,128,72); }

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

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

 span { border-color: rgb(205,128,72); }

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