Html Css Color HEX #382321 Livid Brown

📋 copy color: '#382321'

red 56 ◦ green 35 ◦ blue 33

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

Shades of Livid Brown #382321

Tints of Livid Brown #382321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.61%

R = 45.16%
G = 28.23%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#382321 (or 0x382321) is known color: Livid Brown. HEX triplet: 38, 23 and 21. RGB value is (56,35,33). Sum of RGB (Red+Green+Blue) = 56+35+33=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #382321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382321 is #C7DCDE. Grayscale: #292929. Windows color (decimal): -13098207 or 2171704. OLE color: 2171704.

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

Color convert

RGB 56 35 33 -
CMYK 0 0.37 0.41 0.78
HSL 5.22º 0.26% 0.17% -
HSV(B) 5.22º 0.41% 0.22% -
XYZ 2.51 2.15 1.72 -
YUV 41.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 56 35 33 0 0.37 0.41 0.78 5.22 0.26 0.17
Hex 38 23 21 0 25 29 4E 5 1A 11
Octal 70 43 41 0 45 51 116 5 32 21
Binary 111000 100011 100001 0 100101 101001 1001110 101 11010 10001

Color Harmonies of #382321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382321

Black with #382321

Text Example


Text Example

White with #382321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382321; }

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

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

background-color css

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

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

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

border-color css

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

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

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