#381601

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

Shades of Brown Pod #381601

Tints of Brown Pod #381601

Color information

#381601 (or 0x381601) is unknown color: approx Brown Pod. HEX triplet: 38, 16 and 01. RGB value is (56,22,1). Sum of RGB (Red+Green+Blue) = 56+22+1=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #381601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381601 is #C7E9FE. Grayscale: #1D1D1D. Windows color (decimal): -13101567 or 71224. OLE color: 71224.

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

Color convert

RGB56221-
CMYK00.610.980.78
HSL22.91º96.49%11.18%-
HSV(B)22.91º98.21%21.96%-
XYZ1.921.420.2-
YUV29.77111.76146.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 70.89%
GREEN value IS 22 (8.98% from 255) = 27.85%
BLUE value IS 1 (0.78% from 255) = 1.27%
R=70.89%
G=27.85%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5622100.610.980.7822.9196.4911.18
Hex3816103D624E1760b
Octal702610751421162714013
Binary1110001011010111101110001010011101011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381601; }

 p { color: rgb(56,22,1); }

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

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

 a { background-color: rgb(56,22,1); }

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

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

 span { border-color: rgb(56,22,1); }

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