#323012

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

Shades of Karaka #323012

Tints of Karaka #323012

Color information

#323012 (or 0x323012) is unknown color: approx Karaka. HEX triplet: 32, 30 and 12. RGB value is (50,48,18). Sum of RGB (Red+Green+Blue) = 50+48+18=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #323012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323012 is #CDCFED. Grayscale: #2D2D2D. Windows color (decimal): -13488110 or 1191986. OLE color: 1191986.

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

Color convert

RGB504818-
CMYK00.040.640.80
HSL56.25º47.06%13.33%-
HSV(B)56.25º64%19.61%-
XYZ2.482.840.99-
YUV45.18112.66131.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.10%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=43.10%
G=41.38%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50481800.040.640.8056.2547.0613.33
Hex323012044050382fd
Octal62602204100120705715
Binary110010110000100100100100000010100001110001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323012; }

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

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

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

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

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

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

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

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