#381A06

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

Shades of Brown Pod #381A06

Tints of Brown Pod #381A06

Color information

#381A06 (or 0x381A06) is unknown color: approx Brown Pod. HEX triplet: 38, 1A and 06. RGB value is (56,26,6). Sum of RGB (Red+Green+Blue) = 56+26+6=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #381A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A06 is #C7E5F9. Grayscale: #202020. Windows color (decimal): -13100538 or 399928. OLE color: 399928.

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

Color convert

RGB56266-
CMYK00.540.890.78
HSL24º80.65%12.16%-
HSV(B)24º89.29%21.96%-
XYZ2.031.590.37-
YUV32.69112.94144.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 63.64%
GREEN value IS 26 (10.55% from 255) = 29.55%
BLUE value IS 6 (2.73% from 255) = 6.82%
R=63.64%
G=29.55%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5626600.540.890.782480.6512.16
Hex381A6036594E1851c
Octal703260661311163012114
Binary111000110101100110110101100110011101100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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