#CA8352

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

Shades of Raw Sienna #CA8352

Tints of Raw Sienna #CA8352

Color information

#CA8352 (or 0xCA8352) is unknown color: approx Raw Sienna. HEX triplet: CA, 83 and 52. RGB value is (202,131,82). Sum of RGB (Red+Green+Blue) = 202+131+82=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8352 is #357CAD. Grayscale: #929292. Windows color (decimal): -3505326 or 5407690. OLE color: 5407690.

HSL color Cylindrical-coordinate representation of color #CA8352: hue angle of 24.5º 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 #CA8352 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB20213182-
CMYK00.350.590.21
HSL24.5º53.1%55.69%-
HSV(B)24.5º59.41%79.22%-
XYZ3429.411.87-
YUV146.6491.52167.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 131 (51.56% from 255) = 31.57%
BLUE value IS 82 (32.42% from 255) = 19.76%
R=48.67%
G=31.57%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021318200.350.590.2124.553.155.69
HexCA83520233B15193538
Octal3122031220437325316570
Binary1100101010000011101001001000111110111010111001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8352; }

 p { color: rgb(202,131,82); }

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

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

 a { background-color: rgb(202,131,82); }

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

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

 span { border-color: rgb(202,131,82); }

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