#323017

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

Shades of Karaka #323017

Tints of Karaka #323017

Color information

#323017 (or 0x323017) is unknown color: approx Karaka. HEX triplet: 32, 30 and 17. RGB value is (50,48,23). Sum of RGB (Red+Green+Blue) = 50+48+23=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #323017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323017 is #CDCFE8. Grayscale: #2D2D2D. Windows color (decimal): -13488105 or 1519666. OLE color: 1519666.

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

Color convert

RGB504823-
CMYK00.040.540.80
HSL55.56º36.99%14.31%-
HSV(B)55.56º54%19.61%-
XYZ2.532.851.23-
YUV45.75115.16131.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=41.32%
G=39.67%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50482300.040.540.8055.5636.9914.31
Hex3230170436503825e
Octal6260270466120704516
Binary11001011000010111010011011010100001110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323017; }

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

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

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

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

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

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

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

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