#ca854f

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

Shades of Raw Sienna #CA854F

Tints of Raw Sienna #CA854F

Color information

#CA854F (or 0xCA854F) is unknown color: approx Raw Sienna. HEX triplet: CA, 85 and 4F. RGB value is (202,133,79). Sum of RGB (Red+Green+Blue) = 202+133+79=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA854F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA854F is #357AB0. Grayscale: #939393. Windows color (decimal): -3504817 or 5211594. OLE color: 5211594.

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

Color convert

RGB20213379-
CMYK00.340.610.21
HSL26.34º53.71%55.1%-
HSV(B)26.34º60.89%79.22%-
XYZ34.1629.911.37-
YUV147.4889.36166.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 79 (31.25% from 255) = 19.08%
R=48.79%
G=32.13%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021337900.340.610.2126.3453.7155.1
HexCA854F0223D151a3637
Octal3122051170427525326667
Binary1100101010000101100111101000101111011010111010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca854f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca854f; }

 p { color: rgb(202,133,79); }

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

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

 a { background-color: rgb(202,133,79); }

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

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

 span { border-color: rgb(202,133,79); }

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