#CA8A53

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

Shades of Twine #CA8A53

Tints of Twine #CA8A53

Color information

#CA8A53 (or 0xCA8A53) is unknown color: approx Twine. HEX triplet: CA, 8A and 53. RGB value is (202,138,83). Sum of RGB (Red+Green+Blue) = 202+138+83=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A53 is #3575AC. Grayscale: #979797. Windows color (decimal): -3503533 or 5475018. OLE color: 5475018.

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

Color convert

RGB20213883-
CMYK00.320.590.21
HSL27.73º52.89%55.88%-
HSV(B)27.73º58.91%79.22%-
XYZ35.0131.3612.39-
YUV150.8789.7164.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 83 (32.81% from 255) = 19.62%
R=47.75%
G=32.62%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021388300.320.590.2127.7352.8955.88
HexCA8A530203B151c3538
Octal3122121230407325346570
Binary1100101010001010101001101000001110111010111100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A53; }

 p { color: rgb(202,138,83); }

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

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

 a { background-color: rgb(202,138,83); }

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

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

 span { border-color: rgb(202,138,83); }

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