#333412

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

Shades of Karaka #333412

Tints of Karaka #333412

Color information

#333412 (or 0x333412) is unknown color: approx Karaka. HEX triplet: 33, 34 and 12. RGB value is (51,52,18). Sum of RGB (Red+Green+Blue) = 51+52+18=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #333412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333412 is #CCCBED. Grayscale: #2F2F2F. Windows color (decimal): -13421550 or 1193011. OLE color: 1193011.

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

Color convert

RGB515218-
CMYK0.0200.650.80
HSL61.76º48.57%13.73%-
HSV(B)61.76º65.38%20.39%-
XYZ2.73.21.05-
YUV47.82111.17130.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=42.15%
G=42.98%
B=14.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5152180.0200.650.8061.7648.5713.73
Hex3334122041503e31e
Octal63642220101120766116
Binary11001111010010010100100000110100001111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333412; }

 p { color: rgb(51,52,18); }

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

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

 a { background-color: rgb(51,52,18); }

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

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

 span { border-color: rgb(51,52,18); }

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