#343510

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

Shades of Karaka #343510

Tints of Karaka #343510

Color information

#343510 (or 0x343510) is unknown color: approx Karaka. HEX triplet: 34, 35 and 10. RGB value is (52,53,16). Sum of RGB (Red+Green+Blue) = 52+53+16=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 53 - color contains mainly: green. Hex color #343510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343510 is #CBCAEF. Grayscale: #303030. Windows color (decimal): -13355760 or 1062196. OLE color: 1062196.

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

Color convert

RGB525316-
CMYK0.0200.700.79
HSL61.62º53.62%13.53%-
HSV(B)61.62º69.81%20.78%-
XYZ2.783.310.98-
YUV48.48109.67130.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 53 (21.09% from 255) = 43.80%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=42.98%
G=43.80%
B=13.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5253160.0200.700.7961.6253.6213.53
Hex34351020464F3e36e
Octal64652020106117766616
Binary11010011010110000100100011010011111111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343510; }

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

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

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

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

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

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

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

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