#323316

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

Shades of Karaka #323316

Tints of Karaka #323316

Color information

#323316 (or 0x323316) is unknown color: approx Karaka. HEX triplet: 32, 33 and 16. RGB value is (50,51,22). Sum of RGB (Red+Green+Blue) = 50+51+22=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 51 - color contains mainly: green. Hex color #323316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323316 is #CDCCE9. Grayscale: #2F2F2F. Windows color (decimal): -13487338 or 1454898. OLE color: 1454898.

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

Color convert

RGB505122-
CMYK0.0200.570.8
HSL62.07º39.73%14.31%-
HSV(B)62.07º56.86%20%-
XYZ2.643.11.22-
YUV47.4113.67129.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 51 (20.31% from 255) = 41.46%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=40.65%
G=41.46%
B=17.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5051220.0200.570.862.0739.7314.31
Hex3233162039503e28e
Octal6263262071120765016
Binary1100101100111011010011100110100001111101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323316; }

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

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

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

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

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

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

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

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