#381500

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

Shades of Brown Pod #381500

Tints of Brown Pod #381500

Color information

#381500 (or 0x381500) is unknown color: approx Brown Pod. HEX triplet: 38, 15 and 00. RGB value is (56,21,0). Sum of RGB (Red+Green+Blue) = 56+21+0=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #381500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381500 is #C7EAFF. Grayscale: #1D1D1D. Windows color (decimal): -13101824 or 5432. OLE color: 5432.

HSL color Cylindrical-coordinate representation of color #381500: hue angle of 22.5º 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 #381500 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB56210-
CMYK00.6310.78
HSL22.5º100%10.98%-
HSV(B)22.5º100%21.96%-
XYZ1.91.380.17-
YUV29.07111.6147.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 72.73%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.73%
G=27.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5621000.6310.7822.510010.98
Hex3815003F644E1664b
Octal702500771441162614413
Binary1110001010100111111110010010011101011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381500; }

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

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

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

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

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

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

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

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