#343514

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

Shades of Karaka #343514

Tints of Karaka #343514

Color information

#343514 (or 0x343514) is unknown color: approx Karaka. HEX triplet: 34, 35 and 14. RGB value is (52,53,20). Sum of RGB (Red+Green+Blue) = 52+53+20=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #343514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343514 is #CBCAEB. Grayscale: #313131. Windows color (decimal): -13355756 or 1324340. OLE color: 1324340.

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

Color convert

RGB525320-
CMYK0.0200.620.79
HSL61.82º45.21%14.31%-
HSV(B)61.82º62.26%20.78%-
XYZ2.823.331.16-
YUV48.94111.67130.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 53 (21.09% from 255) = 42.4%
BLUE value IS 20 (8.20% from 255) = 16%
R=41.6%
G=42.4%
B=16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5253200.0200.620.7961.8245.2114.31
Hex343514203E4F3e2de
Octal6465242076117765516
Binary1101001101011010010011111010011111111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343514; }

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

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

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

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

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

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

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

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