#38241C

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

Shades of Brown Pod #38241C

Tints of Brown Pod #38241C

Color information

#38241C (or 0x38241C) is unknown color: approx Brown Pod. HEX triplet: 38, 24 and 1C. RGB value is (56,36,28). Sum of RGB (Red+Green+Blue) = 56+36+28=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38241C is #C7DBE3. Grayscale: #292929. Windows color (decimal): -13097956 or 1844280. OLE color: 1844280.

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

Color convert

RGB563628-
CMYK00.360.500.78
HSL17.14º33.33%16.47%-
HSV(B)17.14º50%21.96%-
XYZ2.472.191.39-
YUV41.07120.63138.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 28 (11.33% from 255) = 23.33%
R=46.67%
G=30%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56362800.360.500.7817.1433.3316.47
Hex38241C024324E112110
Octal70443404462116214120
Binary11100010010011100010010011001010011101000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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