#343423

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

Shades of Karaka #343423

Tints of Karaka #343423

Color information

#343423 (or 0x343423) is unknown color: approx Karaka. HEX triplet: 34, 34 and 23. RGB value is (52,52,35). Sum of RGB (Red+Green+Blue) = 52+52+35=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 52 - color contains mainly: red, green. Hex color #343423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343423 is #CBCBDC. Grayscale: #323232. Windows color (decimal): -13355997 or 2307124. OLE color: 2307124.

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

Color convert

RGB525235-
CMYK000.330.80
HSL60º19.54%17.06%-
HSV(B)60º32.69%20.39%-
XYZ2.953.312.07-
YUV50.06119.5129.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 35 (14.06% from 255) = 25.18%
R=37.41%
G=37.41%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal525235000.330.806019.5417.06
Hex3434230021503c1411
Octal6464430041120742421
Binary1101001101001000110010000110100001111001010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343423; }

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

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

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

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

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

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

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

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