#333418

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

Shades of Karaka #333418

Tints of Karaka #333418

Color information

#333418 (or 0x333418) is unknown color: approx Karaka. HEX triplet: 33, 34 and 18. RGB value is (51,52,24). Sum of RGB (Red+Green+Blue) = 51+52+24=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 52 - color contains mainly: green. Hex color #333418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333418 is #CCCBE7. Grayscale: #303030. Windows color (decimal): -13421544 or 1586227. OLE color: 1586227.

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

Color convert

RGB515224-
CMYK0.0200.540.80
HSL62.14º36.84%14.9%-
HSV(B)62.14º53.85%20.39%-
XYZ2.763.231.34-
YUV48.51114.17129.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=40.16%
G=40.94%
B=18.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5152240.0200.540.8062.1436.8414.9
Hex3334182036503e25f
Octal6364302066120764517
Binary1100111101001100010011011010100001111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333418; }

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

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

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

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

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

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

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

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