#323311

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

Shades of Karaka #323311

Tints of Karaka #323311

Color information

#323311 (or 0x323311) is unknown color: approx Karaka. HEX triplet: 32, 33 and 11. RGB value is (50,51,17). Sum of RGB (Red+Green+Blue) = 50+51+17=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 51 - color contains mainly: green. Hex color #323311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323311 is #CDCCEE. Grayscale: #2E2E2E. Windows color (decimal): -13487343 or 1127218. OLE color: 1127218.

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

Color convert

RGB505117-
CMYK0.0200.670.8
HSL61.76º50%13.33%-
HSV(B)61.76º66.67%20%-
XYZ2.63.090.99-
YUV46.82111.17130.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.37%
GREEN value IS 51 (20.31% from 255) = 43.22%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=42.37%
G=43.22%
B=14.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5051170.0200.670.861.765013.33
Hex3233112043503e32d
Octal62632120103120766215
Binary11001011001110001100100001110100001111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323311; }

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

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

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

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

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

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

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

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