Html Css Color HEX #382826 Livid Brown

📋 copy color: '#382826'

red 56 ◦ green 40 ◦ blue 38

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

Shades of Livid Brown #382826

Tints of Livid Brown #382826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.85%

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

R = 41.79%
G = 29.85%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#382826 (or 0x382826) is known color: Livid Brown. HEX triplet: 38, 28 and 26. RGB value is (56,40,38). Sum of RGB (Red+Green+Blue) = 56+40+38=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #382826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382826 is #C7D7D9. Grayscale: #2C2C2C. Windows color (decimal): -13096922 or 2500664. OLE color: 2500664.

HSL color Cylindrical-coordinate representation of color #382826: hue angle of 6.67º 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 #382826 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 40 38 -
CMYK 0 0.29 0.32 0.78
HSL 6.67º 0.19% 0.18% -
HSV(B) 6.67º 0.32% 0.22% -
XYZ 2.74 2.5 2.17 -
YUV 44.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 56 40 38 0 0.29 0.32 0.78 6.67 0.19 0.18
Hex 38 28 26 0 1D 20 4E 7 13 12
Octal 70 50 46 0 35 40 116 7 23 22
Binary 111000 101000 100110 0 11101 100000 1001110 111 10011 10010

Color Harmonies of #382826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382826

Black with #382826

Text Example


Text Example

White with #382826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382826; }

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

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

background-color css

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

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

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

border-color css

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

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

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