#382011

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

Shades of Brown Pod #382011

Tints of Brown Pod #382011

Color information

#382011 (or 0x382011) is unknown color: approx Brown Pod. HEX triplet: 38, 20 and 11. RGB value is (56,32,17). Sum of RGB (Red+Green+Blue) = 56+32+17=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #382011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382011 is #C7DFEE. Grayscale: #252525. Windows color (decimal): -13098991 or 1122360. OLE color: 1122360.

HSL color Cylindrical-coordinate representation of color #382011: hue angle of 23.08º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382011 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB563217-
CMYK00.430.700.78
HSL23.08º53.42%14.31%-
HSV(B)23.08º69.64%21.96%-
XYZ2.251.910.78-
YUV37.47116.45141.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.33%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=53.33%
G=30.48%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56321700.430.700.7823.0853.4214.31
Hex38201102B464E1735e
Octal704021053106116276516
Binary11100010000010001010101110001101001110101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382011; }

 p { color: rgb(56,32,17); }

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

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

 a { background-color: rgb(56,32,17); }

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

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

 span { border-color: rgb(56,32,17); }

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