#382319

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

Shades of Brown Pod #382319

Tints of Brown Pod #382319

Color information

#382319 (or 0x382319) is unknown color: approx Brown Pod. HEX triplet: 38, 23 and 19. RGB value is (56,35,25). Sum of RGB (Red+Green+Blue) = 56+35+25=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #382319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382319 is #C7DCE6. Grayscale: #282828. Windows color (decimal): -13098215 or 1647416. OLE color: 1647416.

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

Color convert

RGB563525-
CMYK00.370.550.78
HSL19.35º38.27%15.88%-
HSV(B)19.35º55.36%21.96%-
XYZ2.412.111.2-
YUV40.14119.46139.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 25 (10.16% from 255) = 21.55%
R=48.28%
G=30.17%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56352500.370.550.7819.3538.2715.88
Hex382319025374E132610
Octal70433104567116234620
Binary11100010001111001010010111011110011101001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382319; }

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

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

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

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

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

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

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

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