#38231D

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

Shades of Brown Pod #38231D

Tints of Brown Pod #38231D

Color information

#38231D (or 0x38231D) is unknown color: approx Brown Pod. HEX triplet: 38, 23 and 1D. RGB value is (56,35,29). Sum of RGB (Red+Green+Blue) = 56+35+29=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38231D is #C7DCE2. Grayscale: #282828. Windows color (decimal): -13098211 or 1909560. OLE color: 1909560.

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

Color convert

RGB563529-
CMYK00.370.480.78
HSL13.33º31.76%16.67%-
HSV(B)13.33º48.21%21.96%-
XYZ2.452.131.44-
YUV40.6121.46138.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=46.67%
G=29.17%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56352900.370.480.7813.3331.7616.67
Hex38231D025304Ed2011
Octal70433504560116154021
Binary1110001000111110101001011100001001110110110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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