#381901

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

Shades of Brown Pod #381901

Tints of Brown Pod #381901

Color information

#381901 (or 0x381901) is unknown color: approx Brown Pod. HEX triplet: 38, 19 and 01. RGB value is (56,25,1). Sum of RGB (Red+Green+Blue) = 56+25+1=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #381901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381901 is #C7E6FE. Grayscale: #1F1F1F. Windows color (decimal): -13100799 or 71992. OLE color: 71992.

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

Color convert

RGB56251-
CMYK00.550.980.78
HSL26.18º96.49%11.18%-
HSV(B)26.18º98.21%21.96%-
XYZ1.981.540.22-
YUV31.53110.77145.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 68.29%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=68.29%
G=30.49%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5625100.550.980.7826.1896.4911.18
Hex38191037624E1a60b
Octal703110671421163214013
Binary1110001100110110111110001010011101101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381901; }

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

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

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

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

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

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

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

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