#381B03

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

Shades of Brown Pod #381B03

Tints of Brown Pod #381B03

Color information

#381B03 (or 0x381B03) is unknown color: approx Brown Pod. HEX triplet: 38, 1B and 03. RGB value is (56,27,3). Sum of RGB (Red+Green+Blue) = 56+27+3=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #381B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B03 is #C7E4FC. Grayscale: #212121. Windows color (decimal): -13100285 or 203576. OLE color: 203576.

HSL color Cylindrical-coordinate representation of color #381B03: hue angle of 27.17º 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 #381B03 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB56273-
CMYK00.520.950.78
HSL27.17º89.83%11.57%-
HSV(B)27.17º94.64%21.96%-
XYZ2.041.630.29-
YUV32.93111.11144.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.12%
GREEN value IS 27 (10.94% from 255) = 31.40%
BLUE value IS 3 (1.56% from 255) = 3.49%
R=65.12%
G=31.40%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5627300.520.950.7827.1789.8311.57
Hex381B30345F4E1b5ac
Octal703330641371163313214
Binary11100011011110110100101111110011101101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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