#CA7D48

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

Shades of Raw Sienna #CA7D48

Tints of Raw Sienna #CA7D48

Color information

#CA7D48 (or 0xCA7D48) is unknown color: approx Raw Sienna. HEX triplet: CA, 7D and 48. RGB value is (202,125,72). Sum of RGB (Red+Green+Blue) = 202+125+72=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D48 is #3582B7. Grayscale: #8E8E8E. Windows color (decimal): -3506872 or 4750794. OLE color: 4750794.

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

Color convert

RGB20212572-
CMYK00.380.640.21
HSL24.46º55.08%53.73%-
HSV(B)24.46º64.36%79.22%-
XYZ32.8627.699.74-
YUV141.9888.51170.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 72 (28.52% from 255) = 18.05%
R=50.63%
G=31.33%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021257200.380.640.2124.4655.0853.73
HexCA7D480264015183736
Octal31217511004610025306766
Binary1100101011111011001000010011010000001010111000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7D48; }

 p { color: rgb(202,125,72); }

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

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

 a { background-color: rgb(202,125,72); }

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

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

 span { border-color: rgb(202,125,72); }

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