#CA7A47

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

Shades of Raw Sienna #CA7A47

Tints of Raw Sienna #CA7A47

Color information

#CA7A47 (or 0xCA7A47) is unknown color: approx Raw Sienna. HEX triplet: CA, 7A and 47. RGB value is (202,122,71). Sum of RGB (Red+Green+Blue) = 202+122+71=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A47 is #3585B8. Grayscale: #8C8C8C. Windows color (decimal): -3507641 or 4684490. OLE color: 4684490.

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

Color convert

RGB20212271-
CMYK00.400.650.21
HSL23.36º55.27%53.53%-
HSV(B)23.36º64.85%79.22%-
XYZ32.4526.939.45-
YUV140.1189172.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 71 (28.12% from 255) = 17.97%
R=51.14%
G=30.89%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021227100.400.650.2123.3655.2753.53
HexCA7A470284115173736
Octal31217210705010125276766
Binary1100101011110101000111010100010000011010110111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A47; }

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

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

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

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

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

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

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

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