Html Css Color HEX #382A29 Livid Brown

📋 copy color: '#382A29'

red 56 ◦ green 42 ◦ blue 41

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

Shades of Livid Brown #382A29

Tints of Livid Brown #382A29

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.22%

 BLUE value IS 41 (16.41% from 255) = 29.5%

R = 40.29%
G = 30.22%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#382A29 (or 0x382A29) is known color: Livid Brown. HEX triplet: 38, 2A and 29. RGB value is (56,42,41). Sum of RGB (Red+Green+Blue) = 56+42+41=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #382A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A29 is #C7D5D6. Grayscale: #2E2E2E. Windows color (decimal): -13096407 or 2697784. OLE color: 2697784.

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

Color convert

RGB 56 42 41 -
CMYK 0 0.25 0.27 0.78
HSL 0.15% 0.19% -
HSV(B) 0.27% 0.22% -
XYZ 2.86 2.66 2.46 -
YUV 46.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 56 42 41 0 0.25 0.27 0.78 4 0.15 0.19
Hex 38 2A 29 0 19 1B 4E 4 F 13
Octal 70 52 51 0 31 33 116 4 17 23
Binary 111000 101010 101001 0 11001 11011 1001110 100 1111 10011

Color Harmonies of #382A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A29

Black with #382A29

Text Example


Text Example

White with #382A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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