#353616

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

Shades of Karaka #353616

Tints of Karaka #353616

Color information

#353616 (or 0x353616) is unknown color: approx Karaka. HEX triplet: 35, 36 and 16. RGB value is (53,54,22). Sum of RGB (Red+Green+Blue) = 53+54+22=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 54 - color contains mainly: green. Hex color #353616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353616 is #CAC9E9. Grayscale: #323232. Windows color (decimal): -13289962 or 1455669. OLE color: 1455669.

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

Color convert

RGB535422-
CMYK0.0200.590.79
HSL61.88º42.11%14.9%-
HSV(B)61.88º59.26%21.18%-
XYZ2.933.451.27-
YUV50.05112.17130.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.09%
GREEN value IS 54 (21.48% from 255) = 41.86%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=41.09%
G=41.86%
B=17.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5354220.0200.590.7961.8842.1114.9
Hex353616203B4F3e2af
Octal6566262073117765217
Binary1101011101101011010011101110011111111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353616; }

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

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

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

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

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

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

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

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