#382722

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

Shades of Brown Pod #382722

Tints of Brown Pod #382722

Color information

#382722 (or 0x382722) is unknown color: approx Brown Pod. HEX triplet: 38, 27 and 22. RGB value is (56,39,34). Sum of RGB (Red+Green+Blue) = 56+39+34=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #382722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382722 is #C7D8DD. Grayscale: #2B2B2B. Windows color (decimal): -13097182 or 2238264. OLE color: 2238264.

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

Color convert

RGB563934-
CMYK00.300.390.78
HSL13.64º24.44%17.65%-
HSV(B)13.64º39.29%21.96%-
XYZ2.652.411.84-
YUV43.51122.63136.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=43.41%
G=30.23%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56393400.300.390.7813.6424.4417.65
Hex38272201E274Ee1812
Octal70474203647116163022
Binary111000100111100010011110100111100111011101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382722; }

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

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

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

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

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

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

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

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