#363400

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

Shades of Karaka #363400

Tints of Karaka #363400

Color information

#363400 (or 0x363400) is unknown color: approx Karaka. HEX triplet: 36, 34 and 00. RGB value is (54,52,0). Sum of RGB (Red+Green+Blue) = 54+52+0=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #363400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363400 is #C9CBFF. Grayscale: #2E2E2E. Windows color (decimal): -13224960 or 13366. OLE color: 13366.

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

Color convert

RGB54520-
CMYK00.0410.79
HSL57.78º100%10.59%-
HSV(B)57.78º100%21.18%-
XYZ2.753.240.48-
YUV46.67101.66133.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.94%
GREEN value IS 52 (20.70% from 255) = 49.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.94%
G=49.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5452000.0410.7957.7810010.59
Hex3634004644F3a64b
Octal66640041441177214413
Binary110110110100001001100100100111111101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363400; }

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

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

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

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

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

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

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

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