#381A03

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

Shades of Brown Pod #381A03

Tints of Brown Pod #381A03

Color information

#381A03 (or 0x381A03) is unknown color: approx Brown Pod. HEX triplet: 38, 1A and 03. RGB value is (56,26,3). Sum of RGB (Red+Green+Blue) = 56+26+3=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #381A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A03 is #C7E5FC. Grayscale: #202020. Windows color (decimal): -13100541 or 203320. OLE color: 203320.

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

Color convert

RGB56263-
CMYK00.540.950.78
HSL26.04º89.83%11.57%-
HSV(B)26.04º94.64%21.96%-
XYZ2.021.590.29-
YUV32.35111.44144.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.88%
GREEN value IS 26 (10.55% from 255) = 30.59%
BLUE value IS 3 (1.56% from 255) = 3.53%
R=65.88%
G=30.59%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5626300.540.950.7826.0489.8311.57
Hex381A30365F4E1a5ac
Octal703230661371163213214
Binary11100011010110110110101111110011101101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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