#363316

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

Shades of Karaka #363316

Tints of Karaka #363316

Color information

#363316 (or 0x363316) is unknown color: approx Karaka. HEX triplet: 36, 33 and 16. RGB value is (54,51,22). Sum of RGB (Red+Green+Blue) = 54+51+22=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #363316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363316 is #C9CCE9. Grayscale: #303030. Windows color (decimal): -13225194 or 1454902. OLE color: 1454902.

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

Color convert

RGB545122-
CMYK00.060.590.79
HSL54.38º42.11%14.9%-
HSV(B)54.38º59.26%21.18%-
XYZ2.853.211.23-
YUV48.59112.99131.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 51 (20.31% from 255) = 40.16%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=42.52%
G=40.16%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54512200.060.590.7954.3842.1114.9
Hex363316063B4F362af
Octal6663260673117665217
Binary11011011001110110011011101110011111101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363316; }

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

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

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

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

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

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

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

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