#363404

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

Shades of Karaka #363404

Tints of Karaka #363404

Color information

#363404 (or 0x363404) is unknown color: approx Karaka. HEX triplet: 36, 34 and 04. RGB value is (54,52,4). Sum of RGB (Red+Green+Blue) = 54+52+4=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #363404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363404 is #C9CBFB. Grayscale: #2F2F2F. Windows color (decimal): -13224956 or 275510. OLE color: 275510.

HSL color Cylindrical-coordinate representation of color #363404: hue angle of 57.6º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #363404 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.79.

Color convert

RGB54524-
CMYK00.040.930.79
HSL57.6º86.21%11.37%-
HSV(B)57.6º92.59%21.18%-
XYZ2.773.250.6-
YUV47.13103.66132.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.09%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 4 (1.95% from 255) = 3.64%
R=49.09%
G=47.27%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5452400.040.930.7957.686.2111.37
Hex36344045D4F3a56b
Octal66644041351177212613
Binary11011011010010001001011101100111111101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363404; }

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

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

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

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

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

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

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

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