#38201F

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

Shades of Livid Brown #38201F

Tints of Livid Brown #38201F

Color information

#38201F (or 0x38201F) is unknown color: approx Livid Brown. HEX triplet: 38, 20 and 1F. RGB value is (56,32,31). Sum of RGB (Red+Green+Blue) = 56+32+31=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38201F is #C7DFE0. Grayscale: #272727. Windows color (decimal): -13098977 or 2039864. OLE color: 2039864.

HSL color Cylindrical-coordinate representation of color #38201F: hue angle of 2.4º 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 #38201F is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB563231-
CMYK00.430.450.78
HSL2.4º28.74%17.06%-
HSV(B)2.4º44.64%21.96%-
XYZ2.391.971.55-
YUV39.06123.45140.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 32 (12.89% from 255) = 26.89%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=47.06%
G=26.89%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56323100.430.450.782.428.7417.06
Hex38201F02B2D4E21d11
Octal7040370535511623521
Binary1110001000001111101010111011011001110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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