#363304

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

Shades of Karaka #363304

Tints of Karaka #363304

Color information

#363304 (or 0x363304) is unknown color: approx Karaka. HEX triplet: 36, 33 and 04. RGB value is (54,51,4). Sum of RGB (Red+Green+Blue) = 54+51+4=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #363304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363304 is #C9CCFB. Grayscale: #2E2E2E. Windows color (decimal): -13225212 or 275254. OLE color: 275254.

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

Color convert

RGB54514-
CMYK00.060.930.79
HSL56.4º86.21%11.37%-
HSV(B)56.4º92.59%21.18%-
XYZ2.733.160.58-
YUV46.54103.99133.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 4 (1.95% from 255) = 3.67%
R=49.54%
G=46.79%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5451400.060.930.7956.486.2111.37
Hex36334065D4F3856b
Octal66634061351177012613
Binary11011011001110001101011101100111111100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363304; }

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

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

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

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

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

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

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

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