#38211C

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

Shades of Brown Pod #38211C

Tints of Brown Pod #38211C

Color information

#38211C (or 0x38211C) is unknown color: approx Brown Pod. HEX triplet: 38, 21 and 1C. RGB value is (56,33,28). Sum of RGB (Red+Green+Blue) = 56+33+28=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #38211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38211C is #C7DEE3. Grayscale: #272727. Windows color (decimal): -13098724 or 1843512. OLE color: 1843512.

HSL color Cylindrical-coordinate representation of color #38211C: hue angle of 10.71º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38211C is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB563328-
CMYK00.410.500.78
HSL10.71º33.33%16.47%-
HSV(B)10.71º50%21.96%-
XYZ2.382.011.36-
YUV39.31121.62139.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.86%
GREEN value IS 33 (13.28% from 255) = 28.21%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=47.86%
G=28.21%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56332800.410.500.7810.7133.3316.47
Hex38211C029324Eb2110
Octal70413405162116134120
Binary1110001000011110001010011100101001110101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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