#343511

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

Shades of Karaka #343511

Tints of Karaka #343511

Color information

#343511 (or 0x343511) is unknown color: approx Karaka. HEX triplet: 34, 35 and 11. RGB value is (52,53,17). Sum of RGB (Red+Green+Blue) = 52+53+17=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #343511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343511 is #CBCAEE. Grayscale: #303030. Windows color (decimal): -13355759 or 1127732. OLE color: 1127732.

HSL color Cylindrical-coordinate representation of color #343511: hue angle of 61.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #343511 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB525317-
CMYK0.0200.680.79
HSL61.67º51.43%13.73%-
HSV(B)61.67º67.92%20.78%-
XYZ2.793.321.02-
YUV48.6110.17130.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.62%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=42.62%
G=43.44%
B=13.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5253170.0200.680.7961.6751.4313.73
Hex34351120444F3e33e
Octal64652120104117766316
Binary11010011010110001100100010010011111111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343511; }

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

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

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

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

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

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

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

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