#CA834B

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

Shades of Raw Sienna #CA834B

Tints of Raw Sienna #CA834B

Color information

#CA834B (or 0xCA834B) is unknown color: approx Raw Sienna. HEX triplet: CA, 83 and 4B. RGB value is (202,131,75). Sum of RGB (Red+Green+Blue) = 202+131+75=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA834B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA834B is #357CB4. Grayscale: #929292. Windows color (decimal): -3505333 or 4948938. OLE color: 4948938.

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

Color convert

RGB20213175-
CMYK00.350.630.21
HSL26.46º54.51%54.31%-
HSV(B)26.46º62.87%79.22%-
XYZ33.7429.310.53-
YUV145.8488.02168.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.51%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 75 (29.69% from 255) = 18.38%
R=49.51%
G=32.11%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021317500.350.630.2126.4654.5154.31
HexCA834B0233F151a3736
Octal3122031130437725326766
Binary1100101010000011100101101000111111111010111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA834B; }

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

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

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

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

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

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

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

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