#323116

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

Shades of Karaka #323116

Tints of Karaka #323116

Color information

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

HSL color Cylindrical-coordinate representation of color #323116: hue angle of 57.86º 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 #323116 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB504922-
CMYK00.020.560.80
HSL57.86º38.89%14.12%-
HSV(B)57.86º56%19.61%-
XYZ2.562.931.19-
YUV46.22114.33130.7-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50492200.020.560.8057.8638.8914.12
Hex3231160238503a27e
Octal6261260270120724716
Binary1100101100011011001011100010100001110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323116; }

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

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

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

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

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

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

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

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