#343516

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

Shades of Karaka #343516

Tints of Karaka #343516

Color information

#343516 (or 0x343516) is unknown color: approx Karaka. HEX triplet: 34, 35 and 16. RGB value is (52,53,22). Sum of RGB (Red+Green+Blue) = 52+53+22=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 53 - color contains mainly: green. Hex color #343516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343516 is #CBCAE9. Grayscale: #313131. Windows color (decimal): -13355754 or 1455412. OLE color: 1455412.

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

Color convert

RGB525322-
CMYK0.0200.580.79
HSL61.94º41.33%14.71%-
HSV(B)61.94º58.49%20.78%-
XYZ2.833.331.25-
YUV49.17112.67130.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 53 (21.09% from 255) = 41.73%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=40.94%
G=41.73%
B=17.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5253220.0200.580.7961.9441.3314.71
Hex343516203A4F3e29f
Octal6465262072117765117
Binary1101001101011011010011101010011111111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343516; }

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

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

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

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

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

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

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

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