#381A01

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

Shades of Brown Pod #381A01

Tints of Brown Pod #381A01

Color information

#381A01 (or 0x381A01) is unknown color: approx Brown Pod. HEX triplet: 38, 1A and 01. RGB value is (56,26,1). Sum of RGB (Red+Green+Blue) = 56+26+1=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #381A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A01 is #C7E5FE. Grayscale: #202020. Windows color (decimal): -13100543 or 72248. OLE color: 72248.

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

Color convert

RGB56261-
CMYK00.540.980.78
HSL27.27º96.49%11.18%-
HSV(B)27.27º98.21%21.96%-
XYZ2.011.580.23-
YUV32.12110.44145.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 67.47%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 1 (0.78% from 255) = 1.20%
R=67.47%
G=31.33%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5626100.540.980.7827.2796.4911.18
Hex381A1036624E1b60b
Octal703210661421163314013
Binary1110001101010110110110001010011101101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381A01; }

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

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

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

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

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

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

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

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