#363513

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

Shades of Karaka #363513

Tints of Karaka #363513

Color information

#363513 (or 0x363513) is unknown color: approx Karaka. HEX triplet: 36, 35 and 13. RGB value is (54,53,19). Sum of RGB (Red+Green+Blue) = 54+53+19=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #363513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363513 is #C9CAEC. Grayscale: #313131. Windows color (decimal): -13224685 or 1258806. OLE color: 1258806.

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

Color convert

RGB545319-
CMYK00.020.650.79
HSL58.29º47.95%14.31%-
HSV(B)58.29º64.81%21.18%-
XYZ2.913.381.11-
YUV49.42110.83131.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.86%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=42.86%
G=42.06%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54531900.020.650.7958.2947.9514.31
Hex36351302414F3a30e
Octal66652302101117726016
Binary11011011010110011010100000110011111110101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363513; }

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

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

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

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

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

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

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

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