Html Css Color HEX #382928 Livid Brown

📋 copy color: '#382928'

red 56 ◦ green 41 ◦ blue 40

#382928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Livid Brown #382928

Tints of Livid Brown #382928

RGB

 RED value IS 56 (22.27% from 255) = 40.88%

 GREEN value IS 41 (16.41% from 255) = 29.93%

 BLUE value IS 40 (16.02% from 255) = 29.2%

R = 40.88%
G = 29.93%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#382928 (or 0x382928) is known color: Livid Brown. HEX triplet: 38, 29 and 28. RGB value is (56,41,40). Sum of RGB (Red+Green+Blue) = 56+41+40=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #382928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382928 is #C7D6D7. Grayscale: #2D2D2D. Windows color (decimal): -13096664 or 2631992. OLE color: 2631992.

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

Color convert

RGB 56 41 40 -
CMYK 0 0.27 0.29 0.78
HSL 3.75º 0.17% 0.19% -
HSV(B) 3.75º 0.29% 0.22% -
XYZ 2.81 2.58 2.36 -
YUV 45.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 56 41 40 0 0.27 0.29 0.78 3.75 0.17 0.19
Hex 38 29 28 0 1B 1D 4E 4 11 13
Octal 70 51 50 0 33 35 116 4 21 23
Binary 111000 101001 101000 0 11011 11101 1001110 100 10001 10011

Color Harmonies of #382928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382928

Black with #382928

Text Example


Text Example

White with #382928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382928; }

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

 H1.HeaderClassName
 {
   color: #382928;
 }
 .AnyTagClassName
 {
   color: #382928;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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