#382927

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

Shades of Livid Brown #382927

Tints of Livid Brown #382927

Color information

#382927 (or 0x382927) is unknown color: approx Livid Brown. HEX triplet: 38, 29 and 27. RGB value is (56,41,39). Sum of RGB (Red+Green+Blue) = 56+41+39=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #382927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382927 is #C7D6D8. Grayscale: #2D2D2D. Windows color (decimal): -13096665 or 2566456. OLE color: 2566456.

HSL color Cylindrical-coordinate representation of color #382927: hue angle of 7.06º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #382927 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB564139-
CMYK00.270.300.78
HSL7.06º17.89%18.63%-
HSV(B)7.06º30.36%21.96%-
XYZ2.792.572.27-
YUV45.26124.47135.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.18%
GREEN value IS 41 (16.41% from 255) = 30.15%
BLUE value IS 39 (15.62% from 255) = 28.68%
R=41.18%
G=30.15%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56413900.270.300.787.0617.8918.63
Hex38292701B1E4E71213
Octal7051470333611672223
Binary1110001010011001110110111111010011101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382927; }

 p { color: rgb(56,41,39); }

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

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

 a { background-color: rgb(56,41,39); }

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

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

 span { border-color: rgb(56,41,39); }

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