#381A00

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

Shades of Brown Pod #381A00

Tints of Brown Pod #381A00

Color information

#381A00 (or 0x381A00) is unknown color: approx Brown Pod. HEX triplet: 38, 1A and 00. RGB value is (56,26,0). Sum of RGB (Red+Green+Blue) = 56+26+0=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #381A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A00 is #C7E5FF. Grayscale: #202020. Windows color (decimal): -13100544 or 6712. OLE color: 6712.

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

Color convert

RGB56260-
CMYK00.5410.78
HSL27.86º100%10.98%-
HSV(B)27.86º100%21.96%-
XYZ21.580.2-
YUV32.01109.94145.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 68.29%
GREEN value IS 26 (10.55% from 255) = 31.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.29%
G=31.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5626000.5410.7827.8610010.98
Hex381A0036644E1c64b
Octal703200661441163414413
Binary1110001101000110110110010010011101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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