#381301

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

Shades of Brown Pod #381301

Tints of Brown Pod #381301

Color information

#381301 (or 0x381301) is unknown color: approx Brown Pod. HEX triplet: 38, 13 and 01. RGB value is (56,19,1). Sum of RGB (Red+Green+Blue) = 56+19+1=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #381301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381301 is #C7ECFE. Grayscale: #1C1C1C. Windows color (decimal): -13102335 or 70456. OLE color: 70456.

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

Color convert

RGB56191-
CMYK00.660.980.78
HSL19.64º96.49%11.18%-
HSV(B)19.64º98.21%21.96%-
XYZ1.871.310.18-
YUV28.01112.76147.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 73.68%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 1 (0.78% from 255) = 1.32%
R=73.68%
G=25%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5619100.660.980.7819.6496.4911.18
Hex38131042624E1460b
Octal7023101021421162414013
Binary11100010011101000010110001010011101010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381301; }

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

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

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

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

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

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

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

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