Html Css Color HEX #382926 Livid Brown

📋 copy color: '#382926'

red 56 ◦ green 41 ◦ blue 38

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

Shades of Livid Brown #382926

Tints of Livid Brown #382926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 28.15%

R = 41.48%
G = 30.37%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#382926 (or 0x382926) is known color: Livid Brown. HEX triplet: 38, 29 and 26. RGB value is (56,41,38). Sum of RGB (Red+Green+Blue) = 56+41+38=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #382926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382926 is #C7D6D9. Grayscale: #2D2D2D. Windows color (decimal): -13096666 or 2500920. OLE color: 2500920.

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

Color convert

RGB 56 41 38 -
CMYK 0 0.27 0.32 0.78
HSL 10º 0.19% 0.18% -
HSV(B) 10º 0.32% 0.22% -
XYZ 2.77 2.57 2.18 -
YUV 45.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 56 41 38 0 0.27 0.32 0.78 10 0.19 0.18
Hex 38 29 26 0 1B 20 4E A 13 12
Octal 70 51 46 0 33 40 116 12 23 22
Binary 111000 101001 100110 0 11011 100000 1001110 1010 10011 10010

Color Harmonies of #382926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382926

Black with #382926

Text Example


Text Example

White with #382926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382926; }

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

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

background-color css

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

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

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

border-color css

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

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

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