#382218

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

Shades of Brown Pod #382218

Tints of Brown Pod #382218

Color information

#382218 (or 0x382218) is unknown color: approx Brown Pod. HEX triplet: 38, 22 and 18. RGB value is (56,34,24). Sum of RGB (Red+Green+Blue) = 56+34+24=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #382218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382218 is #C7DDE7. Grayscale: #272727. Windows color (decimal): -13098472 or 1581624. OLE color: 1581624.

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

Color convert

RGB563424-
CMYK00.390.570.78
HSL18.75º40%15.69%-
HSV(B)18.75º57.14%21.96%-
XYZ2.372.051.14-
YUV39.44119.29139.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 34 (13.67% from 255) = 29.82%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=49.12%
G=29.82%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56342400.390.570.7818.754015.69
Hex382218027394E132810
Octal70423004771116235020
Binary11100010001011000010011111100110011101001110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382218; }

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

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

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

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

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

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

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

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