#343410

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

Shades of Karaka #343410

Tints of Karaka #343410

Color information

#343410 (or 0x343410) is unknown color: approx Karaka. HEX triplet: 34, 34 and 10. RGB value is (52,52,16). Sum of RGB (Red+Green+Blue) = 52+52+16=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 52 - color contains mainly: red, green. Hex color #343410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343410 is #CBCBEF. Grayscale: #303030. Windows color (decimal): -13356016 or 1061940. OLE color: 1061940.

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

Color convert

RGB525216-
CMYK000.690.80
HSL60º52.94%13.33%-
HSV(B)60º69.23%20.39%-
XYZ2.743.220.97-
YUV47.9110130.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=43.33%
G=43.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal525216000.690.806052.9413.33
Hex3434100045503c35d
Octal64642000105120746515
Binary1101001101001000000100010110100001111001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343410; }

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

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

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

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

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

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

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

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