Html Css Color HEX #382320 Livid Brown

📋 copy color: '#382320'

red 56 ◦ green 35 ◦ blue 32

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

Shades of Livid Brown #382320

Tints of Livid Brown #382320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.46%

 BLUE value IS 32 (12.89% from 255) = 26.02%

R = 45.53%
G = 28.46%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#382320 (or 0x382320) is known color: Livid Brown. HEX triplet: 38, 23 and 20. RGB value is (56,35,32). Sum of RGB (Red+Green+Blue) = 56+35+32=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #382320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382320 is #C7DCDF. Grayscale: #282828. Windows color (decimal): -13098208 or 2106168. OLE color: 2106168.

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

Color convert

RGB 56 35 32 -
CMYK 0 0.37 0.43 0.78
HSL 7.5º 0.27% 0.17% -
HSV(B) 7.5º 0.43% 0.22% -
XYZ 2.49 2.15 1.65 -
YUV 40.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 56 35 32 0 0.37 0.43 0.78 7.5 0.27 0.17
Hex 38 23 20 0 25 2B 4E 8 1B 11
Octal 70 43 40 0 45 53 116 10 33 21
Binary 111000 100011 100000 0 100101 101011 1001110 1000 11011 10001

Color Harmonies of #382320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382320

Black with #382320

Text Example


Text Example

White with #382320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382320; }

 p { color: rgb(56,35,32); }

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

background-color css

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

 a { background-color: rgb(56,35,32); }

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

border-color css

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

 span { border-color: rgb(56,35,32); }

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