#343416

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

Shades of Karaka #343416

Tints of Karaka #343416

Color information

#343416 (or 0x343416) is unknown color: approx Karaka. HEX triplet: 34, 34 and 16. RGB value is (52,52,22). Sum of RGB (Red+Green+Blue) = 52+52+22=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 52 - color contains mainly: red, green. Hex color #343416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343416 is #CBCBE9. Grayscale: #303030. Windows color (decimal): -13356010 or 1455156. OLE color: 1455156.

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

Color convert

RGB525222-
CMYK000.580.80
HSL60º40.54%14.51%-
HSV(B)60º57.69%20.39%-
XYZ2.793.241.24-
YUV48.58113130.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=41.27%
G=41.27%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal525222000.580.806040.5414.51
Hex343416003A503c29f
Octal6464260072120745117
Binary110100110100101100011101010100001111001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343416; }

 p { color: rgb(52,52,22); }

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

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

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

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

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

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

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