#38201C

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

Shades of Brown Pod #38201C

Tints of Brown Pod #38201C

Color information

#38201C (or 0x38201C) is unknown color: approx Brown Pod. HEX triplet: 38, 20 and 1C. RGB value is (56,32,28). Sum of RGB (Red+Green+Blue) = 56+32+28=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #38201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38201C is #C7DFE3. Grayscale: #262626. Windows color (decimal): -13098980 or 1843256. OLE color: 1843256.

HSL color Cylindrical-coordinate representation of color #38201C: hue angle of 8.57º 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 #38201C is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB563228-
CMYK00.430.500.78
HSL8.57º33.33%16.47%-
HSV(B)8.57º50%21.96%-
XYZ2.361.961.35-
YUV38.72121.95140.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=48.28%
G=27.59%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56322800.430.500.788.5733.3316.47
Hex38201C02B324E92110
Octal70403405362116114120
Binary1110001000001110001010111100101001110100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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