#323218

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

Shades of Karaka #323218

Tints of Karaka #323218

Color information

#323218 (or 0x323218) is unknown color: approx Karaka. HEX triplet: 32, 32 and 18. RGB value is (50,50,24). Sum of RGB (Red+Green+Blue) = 50+50+24=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323218 is #CDCDE7. Grayscale: #2F2F2F. Windows color (decimal): -13487592 or 1585714. OLE color: 1585714.

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

Color convert

RGB505024-
CMYK000.520.80
HSL60º35.14%14.51%-
HSV(B)60º52%19.61%-
XYZ2.623.031.31-
YUV47.04115130.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=40.32%
G=40.32%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505024000.520.806035.1414.51
Hex3232180034503c23f
Octal6262300064120744317
Binary110010110010110000011010010100001111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323218; }

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

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

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

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

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

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

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

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