#343523

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

Shades of Karaka #343523

Tints of Karaka #343523

Color information

#343523 (or 0x343523) is unknown color: approx Karaka. HEX triplet: 34, 35 and 23. RGB value is (52,53,35). Sum of RGB (Red+Green+Blue) = 52+53+35=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 53 - color contains mainly: green. Hex color #343523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343523 is #CBCADC. Grayscale: #323232. Windows color (decimal): -13355741 or 2307380. OLE color: 2307380.

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

Color convert

RGB525335-
CMYK0.0200.340.79
HSL63.33º20.45%17.25%-
HSV(B)63.33º33.96%20.78%-
XYZ2.993.42.09-
YUV50.65119.17128.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 53 (21.09% from 255) = 37.86%
BLUE value IS 35 (14.06% from 255) = 25%
R=37.14%
G=37.86%
B=25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5253350.0200.340.7963.3320.4517.25
Hex34352320224F3f1411
Octal6465432042117772421
Binary11010011010110001110010001010011111111111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343523; }

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

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

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

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

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

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

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

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