#38211D

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

Shades of Brown Pod #38211D

Tints of Brown Pod #38211D

Color information

#38211D (or 0x38211D) is unknown color: approx Brown Pod. HEX triplet: 38, 21 and 1D. RGB value is (56,33,29). Sum of RGB (Red+Green+Blue) = 56+33+29=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #38211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38211D is #C7DEE2. Grayscale: #272727. Windows color (decimal): -13098723 or 1909048. OLE color: 1909048.

HSL color Cylindrical-coordinate representation of color #38211D: hue angle of 8.89º 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 #38211D is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB563329-
CMYK00.410.480.78
HSL8.89º31.76%16.67%-
HSV(B)8.89º48.21%21.96%-
XYZ2.42.021.43-
YUV39.42122.12139.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.46%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=47.46%
G=27.97%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56332900.410.480.788.8931.7616.67
Hex38211D029304E92011
Octal70413505160116114021
Binary1110001000011110101010011100001001110100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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