#343220

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

Shades of Karaka #343220

Tints of Karaka #343220

Color information

#343220 (or 0x343220) is unknown color: approx Karaka. HEX triplet: 34, 32 and 20. RGB value is (52,50,32). Sum of RGB (Red+Green+Blue) = 52+50+32=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 52 - color contains mainly: red. Hex color #343220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343220 is #CBCDDF. Grayscale: #303030. Windows color (decimal): -13356512 or 2110004. OLE color: 2110004.

HSL color Cylindrical-coordinate representation of color #343220: hue angle of 54º 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 #343220 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB525032-
CMYK00.040.380.80
HSL54º23.81%16.47%-
HSV(B)54º38.46%20.39%-
XYZ2.823.121.82-
YUV48.55118.66130.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=38.81%
G=37.31%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52503200.040.380.805423.8116.47
Hex343220042650361810
Octal6462400446120663020
Binary110100110010100000010010011010100001101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343220; }

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

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

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

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

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

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

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

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