#343617

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

Shades of Karaka #343617

Tints of Karaka #343617

Color information

#343617 (or 0x343617) is unknown color: approx Karaka. HEX triplet: 34, 36 and 17. RGB value is (52,54,23). Sum of RGB (Red+Green+Blue) = 52+54+23=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 54 - color contains mainly: green. Hex color #343617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343617 is #CBC9E8. Grayscale: #313131. Windows color (decimal): -13355497 or 1521204. OLE color: 1521204.

HSL color Cylindrical-coordinate representation of color #343617: hue angle of 63.87º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #343617 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB525423-
CMYK0.0400.570.79
HSL63.87º40.26%15.1%-
HSV(B)63.87º57.41%21.18%-
XYZ2.893.431.32-
YUV49.87112.84129.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 54 (21.48% from 255) = 41.86%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=40.31%
G=41.86%
B=17.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5254230.0400.570.7963.8740.2615.1
Hex34361740394F4028f
Octal64662740711171005017
Binary110100110110101111000111001100111110000001010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343617; }

 p { color: rgb(52,54,23); }

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

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

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

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

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

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

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