#363413

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

Shades of Karaka #363413

Tints of Karaka #363413

Color information

#363413 (or 0x363413) is unknown color: approx Karaka. HEX triplet: 36, 34 and 13. RGB value is (54,52,19). Sum of RGB (Red+Green+Blue) = 54+52+19=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #363413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363413 is #C9CBEC. Grayscale: #303030. Windows color (decimal): -13224941 or 1258550. OLE color: 1258550.

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

Color convert

RGB545219-
CMYK00.040.650.79
HSL56.57º47.95%14.31%-
HSV(B)56.57º64.81%21.18%-
XYZ2.873.291.1-
YUV48.84111.16131.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 19 (7.81% from 255) = 15.2%
R=43.2%
G=41.6%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54521900.040.650.7956.5747.9514.31
Hex36341304414F3930e
Octal66642304101117716016
Binary110110110100100110100100000110011111110011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363413; }

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

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

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

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

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

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

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

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