#CA7F53

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

Shades of Raw Sienna #CA7F53

Tints of Raw Sienna #CA7F53

Color information

#CA7F53 (or 0xCA7F53) is unknown color: approx Raw Sienna. HEX triplet: CA, 7F and 53. RGB value is (202,127,83). Sum of RGB (Red+Green+Blue) = 202+127+83=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F53 is #3580AC. Grayscale: #909090. Windows color (decimal): -3506349 or 5472202. OLE color: 5472202.

HSL color Cylindrical-coordinate representation of color #CA7F53: hue angle of 22.18º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA7F53 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB20212783-
CMYK00.370.590.21
HSL22.18º52.89%55.88%-
HSV(B)22.18º58.91%79.22%-
XYZ33.5128.3611.89-
YUV144.4193.35169.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 127 (50% from 255) = 30.83%
BLUE value IS 83 (32.81% from 255) = 20.15%
R=49.03%
G=30.83%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021278300.370.590.2122.1852.8955.88
HexCA7F530253B15163538
Octal3121771230457325266570
Binary110010101111111101001101001011110111010110110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F53; }

 p { color: rgb(202,127,83); }

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

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

 a { background-color: rgb(202,127,83); }

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

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

 span { border-color: rgb(202,127,83); }

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