#381507

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

Shades of Brown Pod #381507

Tints of Brown Pod #381507

Color information

#381507 (or 0x381507) is unknown color: approx Brown Pod. HEX triplet: 38, 15 and 07. RGB value is (56,21,7). Sum of RGB (Red+Green+Blue) = 56+21+7=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #381507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381507 is #C7EAF8. Grayscale: #1D1D1D. Windows color (decimal): -13101817 or 464184. OLE color: 464184.

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

Color convert

RGB56217-
CMYK00.630.880.78
HSL17.14º77.78%12.35%-
HSV(B)17.14º87.5%21.96%-
XYZ1.941.390.37-
YUV29.87115.1146.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 66.67%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 7 (3.12% from 255) = 8.33%
R=66.67%
G=25%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5621700.630.880.7817.1477.7812.35
Hex3815703F584E114ec
Octal702570771301162111614
Binary111000101011110111111101100010011101000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381507; }

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

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

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

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

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

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

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

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