#363519

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

Shades of Karaka #363519

Tints of Karaka #363519

Color information

#363519 (or 0x363519) is unknown color: approx Karaka. HEX triplet: 36, 35 and 19. RGB value is (54,53,25). Sum of RGB (Red+Green+Blue) = 54+53+25=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #363519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363519 is #C9CAE6. Grayscale: #323232. Windows color (decimal): -13224679 or 1652022. OLE color: 1652022.

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

Color convert

RGB545325-
CMYK00.020.540.79
HSL57.93º36.71%15.49%-
HSV(B)57.93º53.7%21.18%-
XYZ2.973.41.42-
YUV50.11113.83130.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 53 (21.09% from 255) = 40.15%
BLUE value IS 25 (10.16% from 255) = 18.94%
R=40.91%
G=40.15%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54532500.020.540.7957.9336.7115.49
Hex36351902364F3a25f
Octal6665310266117724517
Binary1101101101011100101011011010011111110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363519; }

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

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

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

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

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

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

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

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