#381B0F

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

Shades of Brown Pod #381B0F

Tints of Brown Pod #381B0F

Color information

#381B0F (or 0x381B0F) is unknown color: approx Brown Pod. HEX triplet: 38, 1B and 0F. RGB value is (56,27,15). Sum of RGB (Red+Green+Blue) = 56+27+15=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B0F is #C7E4F0. Grayscale: #222222. Windows color (decimal): -13100273 or 990008. OLE color: 990008.

HSL color Cylindrical-coordinate representation of color #381B0F: hue angle of 17.56º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381B0F is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB562715-
CMYK00.520.730.78
HSL17.56º57.75%13.92%-
HSV(B)17.56º73.21%21.96%-
XYZ2.111.660.66-
YUV34.3117.11143.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 27 (10.94% from 255) = 27.55%
BLUE value IS 15 (6.25% from 255) = 15.31%
R=57.14%
G=27.55%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56271500.520.730.7817.5657.7513.92
Hex381BF034494E123ae
Octal703317064111116227216
Binary111000110111111011010010010011001110100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,27,15); }

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

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

 a { background-color: rgb(56,27,15); }

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

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

 span { border-color: rgb(56,27,15); }

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