#343213

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

Shades of Karaka #343213

Tints of Karaka #343213

Color information

#343213 (or 0x343213) is unknown color: approx Karaka. HEX triplet: 34, 32 and 13. RGB value is (52,50,19). Sum of RGB (Red+Green+Blue) = 52+50+19=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #343213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343213 is #CBCDEC. Grayscale: #2F2F2F. Windows color (decimal): -13356525 or 1258036. OLE color: 1258036.

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

Color convert

RGB525019-
CMYK00.040.630.80
HSL56.36º46.48%13.92%-
HSV(B)56.36º63.46%20.39%-
XYZ2.673.061.07-
YUV47.06112.16131.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=42.98%
G=41.32%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52501900.040.630.8056.3646.4813.92
Hex343213043F50382ee
Octal6462230477120705616
Binary11010011001010011010011111110100001110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343213; }

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

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

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

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

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

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

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

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