#313216

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

Shades of Karaka #313216

Tints of Karaka #313216

Color information

#313216 (or 0x313216) is unknown color: approx Karaka. HEX triplet: 31, 32 and 16. RGB value is (49,50,22). Sum of RGB (Red+Green+Blue) = 49+50+22=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #313216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313216 is #CECDE9. Grayscale: #2E2E2E. Windows color (decimal): -13553130 or 1454641. OLE color: 1454641.

HSL color Cylindrical-coordinate representation of color #313216: hue angle of 62.14º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313216 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB495022-
CMYK0.0200.560.80
HSL62.14º38.89%14.12%-
HSV(B)62.14º56%19.61%-
XYZ2.552.991.2-
YUV46.51114.17129.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=40.50%
G=41.32%
B=18.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4950220.0200.560.8062.1438.8914.12
Hex3132162038503e27e
Octal6162262070120764716
Binary1100011100101011010011100010100001111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313216; }

 p { color: rgb(49,50,22); }

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

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

 a { background-color: rgb(49,50,22); }

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

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

 span { border-color: rgb(49,50,22); }

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