#343315

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

Shades of Karaka #343315

Tints of Karaka #343315

Color information

#343315 (or 0x343315) is unknown color: approx Karaka. HEX triplet: 34, 33 and 15. RGB value is (52,51,21). Sum of RGB (Red+Green+Blue) = 52+51+21=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #343315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343315 is #CBCCEA. Grayscale: #303030. Windows color (decimal): -13356267 or 1389364. OLE color: 1389364.

HSL color Cylindrical-coordinate representation of color #343315: hue angle of 58.06º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #343315 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB525121-
CMYK00.020.600.80
HSL58.06º42.47%14.31%-
HSV(B)58.06º59.62%20.39%-
XYZ2.743.151.17-
YUV47.88112.83130.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 21 (8.59% from 255) = 16.94%
R=41.94%
G=41.13%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52512100.020.600.8058.0642.4714.31
Hex343315023C503a2ae
Octal6463250274120725216
Binary1101001100111010101011110010100001110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343315; }

 p { color: rgb(52,51,21); }

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

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

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

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

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

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

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