#343420

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

Shades of Karaka #343420

Tints of Karaka #343420

Color information

#343420 (or 0x343420) is unknown color: approx Karaka. HEX triplet: 34, 34 and 20. RGB value is (52,52,32). Sum of RGB (Red+Green+Blue) = 52+52+32=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 52 - color contains mainly: red, green. Hex color #343420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343420 is #CBCBDF. Grayscale: #313131. Windows color (decimal): -13356000 or 2110516. OLE color: 2110516.

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

Color convert

RGB525232-
CMYK000.380.80
HSL60º23.81%16.47%-
HSV(B)60º38.46%20.39%-
XYZ2.93.291.85-
YUV49.72118129.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=38.24%
G=38.24%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal525232000.380.806023.8116.47
Hex3434200026503c1810
Octal6464400046120743020
Binary1101001101001000000010011010100001111001100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343420; }

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

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

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

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

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

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

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

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