#382217

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

Shades of Brown Pod #382217

Tints of Brown Pod #382217

Color information

#382217 (or 0x382217) is unknown color: approx Brown Pod. HEX triplet: 38, 22 and 17. RGB value is (56,34,23). Sum of RGB (Red+Green+Blue) = 56+34+23=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382217 is #C7DDE8. Grayscale: #272727. Windows color (decimal): -13098473 or 1516088. OLE color: 1516088.

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

Color convert

RGB563423-
CMYK00.390.590.78
HSL20º41.77%15.49%-
HSV(B)20º58.93%21.96%-
XYZ2.362.051.08-
YUV39.32118.79139.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 23 (9.38% from 255) = 20.35%
R=49.56%
G=30.09%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56342300.390.590.782041.7715.49
Hex3822170273B4E142af
Octal70422704773116245217
Binary1110001000101011101001111110111001110101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382217; }

 p { color: rgb(56,34,23); }

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

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

 a { background-color: rgb(56,34,23); }

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

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

 span { border-color: rgb(56,34,23); }

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