#382019

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

Shades of Brown Pod #382019

Tints of Brown Pod #382019

Color information

#382019 (or 0x382019) is unknown color: approx Brown Pod. HEX triplet: 38, 20 and 19. RGB value is (56,32,25). Sum of RGB (Red+Green+Blue) = 56+32+25=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382019 is #C7DFE6. Grayscale: #262626. Windows color (decimal): -13098983 or 1646648. OLE color: 1646648.

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

Color convert

RGB563225-
CMYK00.430.550.78
HSL13.55º38.27%15.88%-
HSV(B)13.55º55.36%21.96%-
XYZ2.321.941.17-
YUV38.38120.45140.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=49.56%
G=28.32%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56322500.430.550.7813.5538.2715.88
Hex38201902B374Ee2610
Octal70403105367116164620
Binary1110001000001100101010111101111001110111010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382019; }

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

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

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

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

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

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

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

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