#381A07

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

Shades of Brown Pod #381A07

Tints of Brown Pod #381A07

Color information

#381A07 (or 0x381A07) is unknown color: approx Brown Pod. HEX triplet: 38, 1A and 07. RGB value is (56,26,7). Sum of RGB (Red+Green+Blue) = 56+26+7=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #381A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A07 is #C7E5F8. Grayscale: #202020. Windows color (decimal): -13100537 or 465464. OLE color: 465464.

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

Color convert

RGB56267-
CMYK00.540.880.78
HSL23.27º77.78%12.35%-
HSV(B)23.27º87.5%21.96%-
XYZ2.041.590.4-
YUV32.8113.44144.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 26 (10.55% from 255) = 29.21%
BLUE value IS 7 (3.12% from 255) = 7.87%
R=62.92%
G=29.21%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5626700.540.880.7823.2777.7812.35
Hex381A7036584E174ec
Octal703270661301162711614
Binary111000110101110110110101100010011101011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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