#38221D

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

Shades of Brown Pod #38221D

Tints of Brown Pod #38221D

Color information

#38221D (or 0x38221D) is unknown color: approx Brown Pod. HEX triplet: 38, 22 and 1D. RGB value is (56,34,29). Sum of RGB (Red+Green+Blue) = 56+34+29=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38221D is #C7DDE2. Grayscale: #282828. Windows color (decimal): -13098467 or 1909304. OLE color: 1909304.

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

Color convert

RGB563429-
CMYK00.390.480.78
HSL11.11º31.76%16.67%-
HSV(B)11.11º48.21%21.96%-
XYZ2.422.071.43-
YUV40.01121.79139.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=47.06%
G=28.57%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56342900.390.480.7811.1131.7616.67
Hex38221D027304Eb2011
Octal70423504760116134021
Binary1110001000101110101001111100001001110101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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