#323216

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

Shades of Karaka #323216

Tints of Karaka #323216

Color information

#323216 (or 0x323216) is unknown color: approx Karaka. HEX triplet: 32, 32 and 16. RGB value is (50,50,22). Sum of RGB (Red+Green+Blue) = 50+50+22=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323216 is #CDCDE9. Grayscale: #2E2E2E. Windows color (decimal): -13487594 or 1454642. OLE color: 1454642.

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

Color convert

RGB505022-
CMYK000.560.80
HSL60º38.89%14.12%-
HSV(B)60º56%19.61%-
XYZ2.63.021.2-
YUV46.81114130.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.98%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=40.98%
G=40.98%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505022000.560.806038.8914.12
Hex3232160038503c27e
Octal6262260070120744716
Binary110010110010101100011100010100001111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323216; }

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

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

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

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

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

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

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

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