#343210

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

Shades of Karaka #343210

Tints of Karaka #343210

Color information

#343210 (or 0x343210) is unknown color: approx Karaka. HEX triplet: 34, 32 and 10. RGB value is (52,50,16). Sum of RGB (Red+Green+Blue) = 52+50+16=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #343210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343210 is #CBCDEF. Grayscale: #2E2E2E. Windows color (decimal): -13356528 or 1061428. OLE color: 1061428.

HSL color Cylindrical-coordinate representation of color #343210: hue angle of 56.67º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #343210 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.80.

Color convert

RGB525016-
CMYK00.040.690.80
HSL56.67º52.94%13.33%-
HSV(B)56.67º69.23%20.39%-
XYZ2.653.050.94-
YUV46.72110.66131.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.07%
GREEN value IS 50 (19.92% from 255) = 42.37%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=44.07%
G=42.37%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52501600.040.690.8056.6752.9413.33
Hex3432100445503935d
Octal64622004105120716515
Binary110100110010100000100100010110100001110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343210; }

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

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

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

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

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

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

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

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