#CA7A4E

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

Shades of Raw Sienna #CA7A4E

Tints of Raw Sienna #CA7A4E

Color information

#CA7A4E (or 0xCA7A4E) is unknown color: approx Raw Sienna. HEX triplet: CA, 7A and 4E. RGB value is (202,122,78). Sum of RGB (Red+Green+Blue) = 202+122+78=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A4E is #3585B1. Grayscale: #8D8D8D. Windows color (decimal): -3507634 or 5143242. OLE color: 5143242.

HSL color Cylindrical-coordinate representation of color #CA7A4E: hue angle of 21.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA7A4E is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB20212278-
CMYK00.400.610.21
HSL21.29º53.91%54.9%-
HSV(B)21.29º61.39%79.22%-
XYZ32.6927.0310.7-
YUV140.992.5171.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 122 (48.05% from 255) = 30.35%
BLUE value IS 78 (30.86% from 255) = 19.40%
R=50.25%
G=30.35%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021227800.400.610.2121.2953.9154.9
HexCA7A4E0283D15153637
Octal3121721160507525256667
Binary110010101111010100111001010001111011010110101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A4E; }

 p { color: rgb(202,122,78); }

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

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

 a { background-color: rgb(202,122,78); }

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

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

 span { border-color: rgb(202,122,78); }

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