#38251C

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

Shades of Brown Pod #38251C

Tints of Brown Pod #38251C

Color information

#38251C (or 0x38251C) is unknown color: approx Brown Pod. HEX triplet: 38, 25 and 1C. RGB value is (56,37,28). Sum of RGB (Red+Green+Blue) = 56+37+28=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38251C is #C7DAE3. Grayscale: #292929. Windows color (decimal): -13097700 or 1844536. OLE color: 1844536.

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

Color convert

RGB563728-
CMYK00.340.500.78
HSL19.29º33.33%16.47%-
HSV(B)19.29º50%21.96%-
XYZ2.52.251.4-
YUV41.65120.29138.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=46.28%
G=30.58%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56372800.340.500.7819.2933.3316.47
Hex38251C022324E132110
Octal70453404262116234120
Binary11100010010111100010001011001010011101001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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