#381807

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

Shades of Brown Pod #381807

Tints of Brown Pod #381807

Color information

#381807 (or 0x381807) is unknown color: approx Brown Pod. HEX triplet: 38, 18 and 07. RGB value is (56,24,7). Sum of RGB (Red+Green+Blue) = 56+24+7=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 7 (3.12% from 255 or 8.05% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #381807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381807 is #C7E7F8. Grayscale: #1F1F1F. Windows color (decimal): -13101049 or 464952. OLE color: 464952.

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

Color convert

RGB56247-
CMYK00.570.880.78
HSL20.82º77.78%12.35%-
HSV(B)20.82º87.5%21.96%-
XYZ21.510.39-
YUV31.63114.1145.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 64.37%
GREEN value IS 24 (9.77% from 255) = 27.59%
BLUE value IS 7 (3.12% from 255) = 8.05%
R=64.37%
G=27.59%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5624700.570.880.7820.8277.7812.35
Hex38187039584E154ec
Octal703070711301162511614
Binary111000110001110111001101100010011101010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381807; }

 p { color: rgb(56,24,7); }

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

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

 a { background-color: rgb(56,24,7); }

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

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

 span { border-color: rgb(56,24,7); }

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