#381E0B

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

Shades of Brown Pod #381E0B

Tints of Brown Pod #381E0B

Color information

#381E0B (or 0x381E0B) is unknown color: approx Brown Pod. HEX triplet: 38, 1E and 0B. RGB value is (56,30,11). Sum of RGB (Red+Green+Blue) = 56+30+11=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #381E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E0B is #C7E1F4. Grayscale: #232323. Windows color (decimal): -13099509 or 728632. OLE color: 728632.

HSL color Cylindrical-coordinate representation of color #381E0B: hue angle of 25.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381E0B is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB563011-
CMYK00.460.800.78
HSL25.33º67.16%13.14%-
HSV(B)25.33º80.36%21.96%-
XYZ2.161.790.55-
YUV35.61114.11142.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 30 (12.11% from 255) = 30.93%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=57.73%
G=30.93%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56301100.460.800.7825.3367.1613.14
Hex381EB02E504E1943d
Octal7036130561201163110315
Binary1110001111010110101110101000010011101100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,30,11); }

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

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

 a { background-color: rgb(56,30,11); }

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

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

 span { border-color: rgb(56,30,11); }

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