#343515

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

Shades of Karaka #343515

Tints of Karaka #343515

Color information

#343515 (or 0x343515) is unknown color: approx Karaka. HEX triplet: 34, 35 and 15. RGB value is (52,53,21). Sum of RGB (Red+Green+Blue) = 52+53+21=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 53 - color contains mainly: green. Hex color #343515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343515 is #CBCAEA. Grayscale: #313131. Windows color (decimal): -13355755 or 1389876. OLE color: 1389876.

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

Color convert

RGB525321-
CMYK0.0200.600.79
HSL61.88º43.24%14.51%-
HSV(B)61.88º60.38%20.78%-
XYZ2.823.331.2-
YUV49.05112.17130.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=41.27%
G=42.06%
B=16.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5253210.0200.600.7961.8843.2414.51
Hex343515203C4F3e2bf
Octal6465252074117765317
Binary1101001101011010110011110010011111111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343515; }

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

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

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

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

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

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

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

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