#381B04

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

Shades of Brown Pod #381B04

Tints of Brown Pod #381B04

Color information

#381B04 (or 0x381B04) is unknown color: approx Brown Pod. HEX triplet: 38, 1B and 04. RGB value is (56,27,4). Sum of RGB (Red+Green+Blue) = 56+27+4=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #381B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B04 is #C7E4FB. Grayscale: #212121. Windows color (decimal): -13100284 or 269112. OLE color: 269112.

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

Color convert

RGB56274-
CMYK00.520.930.78
HSL26.54º86.67%11.76%-
HSV(B)26.54º92.86%21.96%-
XYZ2.041.630.32-
YUV33.05111.61144.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 64.37%
GREEN value IS 27 (10.94% from 255) = 31.03%
BLUE value IS 4 (1.95% from 255) = 4.60%
R=64.37%
G=31.03%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5627400.520.930.7826.5486.6711.76
Hex381B40345D4E1b57c
Octal703340641351163312714
Binary111000110111000110100101110110011101101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,27,4); }

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

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

 a { background-color: rgb(56,27,4); }

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

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

 span { border-color: rgb(56,27,4); }

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