#323211

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

Shades of Karaka #323211

Tints of Karaka #323211

Color information

#323211 (or 0x323211) is unknown color: approx Karaka. HEX triplet: 32, 32 and 11. RGB value is (50,50,17). Sum of RGB (Red+Green+Blue) = 50+50+17=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323211 is #CDCDEE. Grayscale: #2E2E2E. Windows color (decimal): -13487599 or 1126962. OLE color: 1126962.

HSL color Cylindrical-coordinate representation of color #323211: hue angle of 60º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #323211 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB505017-
CMYK000.660.80
HSL60º49.25%13.14%-
HSV(B)60º66%19.61%-
XYZ2.5630.97-
YUV46.24111.5130.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 50 (19.92% from 255) = 42.74%
BLUE value IS 17 (7.03% from 255) = 14.53%
R=42.74%
G=42.74%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505017000.660.806049.2513.14
Hex3232110042503c31d
Octal62622100102120746115
Binary1100101100101000100100001010100001111001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323211; }

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

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

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

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

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

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

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

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