#343518

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

Shades of Karaka #343518

Tints of Karaka #343518

Color information

#343518 (or 0x343518) is unknown color: approx Karaka. HEX triplet: 34, 35 and 18. RGB value is (52,53,24). Sum of RGB (Red+Green+Blue) = 52+53+24=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 53 - color contains mainly: green. Hex color #343518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343518 is #CBCAE7. Grayscale: #313131. Windows color (decimal): -13355752 or 1586484. OLE color: 1586484.

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

Color convert

RGB525324-
CMYK0.0200.550.79
HSL62.07º37.66%15.1%-
HSV(B)62.07º54.72%20.78%-
XYZ2.853.341.36-
YUV49.4113.67129.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=40.31%
G=41.09%
B=18.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5253240.0200.550.7962.0737.6615.1
Hex34351820374F3e26f
Octal6465302067117764617
Binary1101001101011100010011011110011111111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343518; }

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

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

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

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

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

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

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

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