#363516

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

Shades of Karaka #363516

Tints of Karaka #363516

Color information

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

HSL color Cylindrical-coordinate representation of color #363516: hue angle of 58.12º 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 #363516 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB545322-
CMYK00.020.590.79
HSL58.12º42.11%14.9%-
HSV(B)58.12º59.26%21.18%-
XYZ2.943.391.26-
YUV49.76112.33131.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54532200.020.590.7958.1242.1114.9
Hex363516023B4F3a2af
Octal6665260273117725217
Binary1101101101011011001011101110011111110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363516; }

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

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

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

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

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

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

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

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