#323317

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

Shades of Karaka #323317

Tints of Karaka #323317

Color information

#323317 (or 0x323317) is unknown color: approx Karaka. HEX triplet: 32, 33 and 17. RGB value is (50,51,23). Sum of RGB (Red+Green+Blue) = 50+51+23=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #323317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323317 is #CDCCE8. Grayscale: #2F2F2F. Windows color (decimal): -13487337 or 1520434. OLE color: 1520434.

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

Color convert

RGB505123-
CMYK0.0200.550.8
HSL62.14º37.84%14.51%-
HSV(B)62.14º54.9%20%-
XYZ2.653.111.27-
YUV47.51114.17129.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 23 (9.38% from 255) = 18.55%
R=40.32%
G=41.13%
B=18.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5051230.0200.550.862.1437.8414.51
Hex3233172037503e26f
Octal6263272067120764617
Binary1100101100111011110011011110100001111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323317; }

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

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

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

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

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

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

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

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