#361401

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

Shades of Brown Pod #361401

Tints of Brown Pod #361401

Color information

#361401 (or 0x361401) is unknown color: approx Brown Pod. HEX triplet: 36, 14 and 01. RGB value is (54,20,1). Sum of RGB (Red+Green+Blue) = 54+20+1=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #361401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361401 is #C9EBFE. Grayscale: #1C1C1C. Windows color (decimal): -13233151 or 70710. OLE color: 70710.

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

Color convert

RGB54201-
CMYK00.630.980.79
HSL21.51º96.36%10.78%-
HSV(B)21.51º98.15%21.18%-
XYZ1.781.290.18-
YUV28112.76146.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 1 (0.78% from 255) = 1.33%
R=72%
G=26.67%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5420100.630.980.7921.5196.3610.78
Hex3614103F624F1660b
Octal662410771421172614013
Binary1101101010010111111110001010011111011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361401; }

 p { color: rgb(54,20,1); }

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

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

 a { background-color: rgb(54,20,1); }

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

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

 span { border-color: rgb(54,20,1); }

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