#343520

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

Shades of Karaka #343520

Tints of Karaka #343520

Color information

#343520 (or 0x343520) is unknown color: approx Karaka. HEX triplet: 34, 35 and 20. RGB value is (52,53,32). Sum of RGB (Red+Green+Blue) = 52+53+32=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #343520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343520 is #CBCADF. Grayscale: #323232. Windows color (decimal): -13355744 or 2110772. OLE color: 2110772.

HSL color Cylindrical-coordinate representation of color #343520: hue angle of 62.86º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #343520 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB525332-
CMYK0.0200.400.79
HSL62.86º24.71%16.67%-
HSV(B)62.86º39.62%20.78%-
XYZ2.953.381.86-
YUV50.31117.67129.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 53 (21.09% from 255) = 38.69%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=37.96%
G=38.69%
B=23.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5253320.0200.400.7962.8624.7116.67
Hex34352020284F3f1911
Octal6465402050117773121
Binary11010011010110000010010100010011111111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343520; }

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

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

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

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

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

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

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

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