#38231C

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

Shades of Brown Pod #38231C

Tints of Brown Pod #38231C

Color information

#38231C (or 0x38231C) is unknown color: approx Brown Pod. HEX triplet: 38, 23 and 1C. RGB value is (56,35,28). Sum of RGB (Red+Green+Blue) = 56+35+28=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38231C is #C7DCE3. Grayscale: #282828. Windows color (decimal): -13098212 or 1844024. OLE color: 1844024.

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

Color convert

RGB563528-
CMYK00.370.500.78
HSL15º33.33%16.47%-
HSV(B)15º50%21.96%-
XYZ2.442.131.38-
YUV40.48120.96139.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=47.06%
G=29.41%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56352800.370.500.781533.3316.47
Hex38231C025324Ef2110
Octal70433404562116174120
Binary1110001000111110001001011100101001110111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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