#38211F

Color #38211F Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #38211F

Tints of Livid Brown #38211F

Color information

#38211F (or 0x38211F) is unknown color: approx Livid Brown. HEX triplet: 38, 21 and 1F. RGB value is (56,33,31). Sum of RGB (Red+Green+Blue) = 56+33+31=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38211F is #C7DEE0. Grayscale: #272727. Windows color (decimal): -13098721 or 2040120. OLE color: 2040120.

HSL color Cylindrical-coordinate representation of color #38211F: hue angle of 4.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38211F is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB563331-
CMYK00.410.450.78
HSL4.8º28.74%17.06%-
HSV(B)4.8º44.64%21.96%-
XYZ2.422.031.56-
YUV39.65123.12139.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=46.67%
G=27.5%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56333100.410.450.784.828.7417.06
Hex38211F0292D4E51d11
Octal7041370515511653521
Binary11100010000111111010100110110110011101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38211F; }

 p { color: rgb(56,33,31); }

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

<style>
 a { background-color: #38211F; }

 a { background-color: rgb(56,33,31); }

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

<style>
 span { border-color: #38211F; }

 span { border-color: rgb(56,33,31); }

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