#CD7A4B

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

Shades of Raw Sienna #CD7A4B

Tints of Raw Sienna #CD7A4B

Color information

#CD7A4B (or 0xCD7A4B) is unknown color: approx Raw Sienna. HEX triplet: CD, 7A and 4B. RGB value is (205,122,75). Sum of RGB (Red+Green+Blue) = 205+122+75=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7A4B is #3285B4. Grayscale: #8D8D8D. Windows color (decimal): -3311029 or 4946637. OLE color: 4946637.

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

Color convert

RGB20512275-
CMYK00.400.630.20
HSL21.69º56.52%54.9%-
HSV(B)21.69º63.41%80.39%-
XYZ33.4127.4110.19-
YUV141.4690.5173.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.00%
GREEN value IS 122 (48.05% from 255) = 30.35%
BLUE value IS 75 (29.69% from 255) = 18.66%
R=51.00%
G=30.35%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051227500.400.630.2021.6956.5254.9
HexCD7A4B0283F14163937
Octal3151721130507724267167
Binary110011011111010100101101010001111111010010110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7A4B; }

 p { color: rgb(205,122,75); }

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

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

 a { background-color: rgb(205,122,75); }

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

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

 span { border-color: rgb(205,122,75); }

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