#38190B

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

Shades of Brown Pod #38190B

Tints of Brown Pod #38190B

Color information

#38190B (or 0x38190B) is unknown color: approx Brown Pod. HEX triplet: 38, 19 and 0B. RGB value is (56,25,11). Sum of RGB (Red+Green+Blue) = 56+25+11=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #38190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38190B is #C7E6F4. Grayscale: #202020. Windows color (decimal): -13100789 or 727352. OLE color: 727352.

HSL color Cylindrical-coordinate representation of color #38190B: hue angle of 18.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38190B is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB562511-
CMYK00.550.800.78
HSL18.67º67.16%13.14%-
HSV(B)18.67º80.36%21.96%-
XYZ2.041.560.51-
YUV32.67115.77144.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.87%
GREEN value IS 25 (10.16% from 255) = 27.17%
BLUE value IS 11 (4.69% from 255) = 11.96%
R=60.87%
G=27.17%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56251100.550.800.7818.6767.1613.14
Hex3819B037504E1343d
Octal7031130671201162310315
Binary1110001100110110110111101000010011101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38190B; }

 p { color: rgb(56,25,11); }

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

<style>
 a { background-color: #38190B; }

 a { background-color: rgb(56,25,11); }

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

<style>
 span { border-color: #38190B; }

 span { border-color: rgb(56,25,11); }

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