#323215

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

Shades of Karaka #323215

Tints of Karaka #323215

Color information

#323215 (or 0x323215) is unknown color: approx Karaka. HEX triplet: 32, 32 and 15. RGB value is (50,50,21). Sum of RGB (Red+Green+Blue) = 50+50+21=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323215 is #CDCDEA. Grayscale: #2E2E2E. Windows color (decimal): -13487595 or 1389106. OLE color: 1389106.

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

Color convert

RGB505021-
CMYK000.580.80
HSL60º40.85%13.92%-
HSV(B)60º58%19.61%-
XYZ2.593.011.15-
YUV46.69113.5130.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=41.32%
G=41.32%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505021000.580.806040.8513.92
Hex323215003A503c29e
Octal6262250072120745116
Binary110010110010101010011101010100001111001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323215; }

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

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

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

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

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

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

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

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