#323310

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

Shades of Karaka #323310

Tints of Karaka #323310

Color information

#323310 (or 0x323310) is unknown color: approx Karaka. HEX triplet: 32, 33 and 10. RGB value is (50,51,16). Sum of RGB (Red+Green+Blue) = 50+51+16=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 51 - color contains mainly: green. Hex color #323310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323310 is #CDCCEF. Grayscale: #2E2E2E. Windows color (decimal): -13487344 or 1061682. OLE color: 1061682.

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

Color convert

RGB505116-
CMYK0.0200.690.8
HSL61.71º52.24%13.14%-
HSV(B)61.71º68.63%20%-
XYZ2.593.080.95-
YUV46.71110.67130.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 51 (20.31% from 255) = 43.59%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=42.74%
G=43.59%
B=13.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5051160.0200.690.861.7152.2413.14
Hex3233102045503e34d
Octal62632020105120766415
Binary11001011001110000100100010110100001111101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323310; }

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

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

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

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

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

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

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

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