#361701

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

Shades of Brown Pod #361701

Tints of Brown Pod #361701

Color information

#361701 (or 0x361701) is unknown color: approx Brown Pod. HEX triplet: 36, 17 and 01. RGB value is (54,23,1). Sum of RGB (Red+Green+Blue) = 54+23+1=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #361701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361701 is #C9E8FE. Grayscale: #1D1D1D. Windows color (decimal): -13232383 or 71478. OLE color: 71478.

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

Color convert

RGB54231-
CMYK00.570.980.79
HSL24.91º96.36%10.78%-
HSV(B)24.91º98.15%21.18%-
XYZ1.831.40.2-
YUV29.76111.77145.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 69.23%
GREEN value IS 23 (9.38% from 255) = 29.49%
BLUE value IS 1 (0.78% from 255) = 1.28%
R=69.23%
G=29.49%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5423100.570.980.7924.9196.3610.78
Hex36171039624F1960b
Octal662710711421173114013
Binary1101101011110111001110001010011111100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361701; }

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

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

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

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

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

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

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

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