#38221E

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

Shades of Brown Pod #38221E

Tints of Brown Pod #38221E

Color information

#38221E (or 0x38221E) is unknown color: approx Brown Pod. HEX triplet: 38, 22 and 1E. RGB value is (56,34,30). Sum of RGB (Red+Green+Blue) = 56+34+30=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38221E is #C7DDE1. Grayscale: #282828. Windows color (decimal): -13098466 or 1974840. OLE color: 1974840.

HSL color Cylindrical-coordinate representation of color #38221E: hue angle of 9.23º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38221E is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB563430-
CMYK00.390.460.78
HSL9.23º30.23%16.86%-
HSV(B)9.23º46.43%21.96%-
XYZ2.442.081.5-
YUV40.12122.29139.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 30 (12.11% from 255) = 25%
R=46.67%
G=28.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56343000.390.460.789.2330.2316.86
Hex38221E0272E4E91e11
Octal70423604756116113621
Binary111000100010111100100111101110100111010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38221E; }

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

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

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

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

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

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

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

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