#382016

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

Shades of Brown Pod #382016

Tints of Brown Pod #382016

Color information

#382016 (or 0x382016) is unknown color: approx Brown Pod. HEX triplet: 38, 20 and 16. RGB value is (56,32,22). Sum of RGB (Red+Green+Blue) = 56+32+22=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #382016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382016 is #C7DFE9. Grayscale: #262626. Windows color (decimal): -13098986 or 1450040. OLE color: 1450040.

HSL color Cylindrical-coordinate representation of color #382016: hue angle of 17.65º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #382016 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB563222-
CMYK00.430.610.78
HSL17.65º43.59%15.29%-
HSV(B)17.65º60.71%21.96%-
XYZ2.291.931.01-
YUV38.04118.95140.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 22 (8.98% from 255) = 20%
R=50.91%
G=29.09%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56322200.430.610.7817.6543.5915.29
Hex38201602B3D4E122cf
Octal70402605375116225417
Binary1110001000001011001010111111011001110100101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382016; }

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

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

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

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

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

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

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

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