#353516

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

Shades of Karaka #353516

Tints of Karaka #353516

Color information

#353516 (or 0x353516) is unknown color: approx Karaka. HEX triplet: 35, 35 and 16. RGB value is (53,53,22). Sum of RGB (Red+Green+Blue) = 53+53+22=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353516 is #CACAE9. Grayscale: #313131. Windows color (decimal): -13290218 or 1455413. OLE color: 1455413.

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

Color convert

RGB535322-
CMYK000.580.79
HSL60º41.33%14.71%-
HSV(B)60º58.49%20.78%-
XYZ2.893.361.26-
YUV49.47112.5130.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.41%
GREEN value IS 53 (21.09% from 255) = 41.41%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=41.41%
G=41.41%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535322000.580.796041.3314.71
Hex353516003A4F3c29f
Octal6565260072117745117
Binary110101110101101100011101010011111111001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353516; }

 p { color: rgb(53,53,22); }

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

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

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

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

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

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

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