#353413

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

Shades of Karaka #353413

Tints of Karaka #353413

Color information

#353413 (or 0x353413) is unknown color: approx Karaka. HEX triplet: 35, 34 and 13. RGB value is (53,52,19). Sum of RGB (Red+Green+Blue) = 53+52+19=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #353413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353413 is #CACBEC. Grayscale: #303030. Windows color (decimal): -13290477 or 1258549. OLE color: 1258549.

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

Color convert

RGB535219-
CMYK00.020.640.79
HSL58.24º47.22%14.12%-
HSV(B)58.24º64.15%20.78%-
XYZ2.813.261.1-
YUV48.54111.33131.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 52 (20.70% from 255) = 41.94%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=42.74%
G=41.94%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53521900.020.640.7958.2447.2214.12
Hex35341302404F3a2fe
Octal65642302100117725716
Binary11010111010010011010100000010011111110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353413; }

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

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

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

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

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

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

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

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