#381F1A

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

Shades of Brown Pod #381F1A

Tints of Brown Pod #381F1A

Color information

#381F1A (or 0x381F1A) is unknown color: approx Brown Pod. HEX triplet: 38, 1F and 1A. RGB value is (56,31,26). Sum of RGB (Red+Green+Blue) = 56+31+26=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #381F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F1A is #C7E0E5. Grayscale: #252525. Windows color (decimal): -13099238 or 1711928. OLE color: 1711928.

HSL color Cylindrical-coordinate representation of color #381F1A: hue angle of 10º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #381F1A is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB563126-
CMYK00.450.540.78
HSL10º36.59%16.08%-
HSV(B)10º53.57%21.96%-
XYZ2.311.91.22-
YUV37.9121.28140.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 31 (12.5% from 255) = 27.43%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=49.56%
G=27.43%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56312600.450.540.781036.5916.08
Hex381F1A02D364Ea2510
Octal70373205566116124520
Binary111000111111101001011011101101001110101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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