#CD874D

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

Shades of Raw Sienna #CD874D

Tints of Raw Sienna #CD874D

Color information

#CD874D (or 0xCD874D) is unknown color: approx Raw Sienna. HEX triplet: CD, 87 and 4D. RGB value is (205,135,77). Sum of RGB (Red+Green+Blue) = 205+135+77=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD874D is #3278B2. Grayscale: #959595. Windows color (decimal): -3307699 or 5081037. OLE color: 5081037.

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

Color convert

RGB20513577-
CMYK00.340.620.20
HSL27.19º56.14%55.29%-
HSV(B)27.19º62.44%80.39%-
XYZ35.1830.8411.12-
YUV149.3287.19167.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 77 (30.47% from 255) = 18.47%
R=49.16%
G=32.37%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051357700.340.620.2027.1956.1455.29
HexCD874D0223E141b3837
Octal3152071150427624337067
Binary1100110110000111100110101000101111101010011011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD874D; }

 p { color: rgb(205,135,77); }

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

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

 a { background-color: rgb(205,135,77); }

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

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

 span { border-color: rgb(205,135,77); }

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