Html Css Color HEX #382424 Livid Brown

📋 copy color: '#382424'

red 56 ◦ green 36 ◦ blue 36

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

Shades of Livid Brown #382424

Tints of Livid Brown #382424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.13%

 BLUE value IS 36 (14.45% from 255) = 28.13%

R = 43.75%
G = 28.13%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#382424 (or 0x382424) is known color: Livid Brown. HEX triplet: 38, 24 and 24. RGB value is (56,36,36). Sum of RGB (Red+Green+Blue) = 56+36+36=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #382424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382424 is #C7DBDB. Grayscale: #2A2A2A. Windows color (decimal): -13097948 or 2368568. OLE color: 2368568.

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

Color convert

RGB 56 36 36 -
CMYK 0 0.36 0.36 0.78
HSL 0.22% 0.18% -
HSV(B) 0.36% 0.22% -
XYZ 2.58 2.23 1.96 -
YUV 41.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 56 36 36 0 0.36 0.36 0.78 0 0.22 0.18
Hex 38 24 24 0 24 24 4E 0 16 12
Octal 70 44 44 0 44 44 116 0 26 22
Binary 111000 100100 100100 0 100100 100100 1001110 0 10110 10010

Color Harmonies of #382424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382424

Black with #382424

Text Example


Text Example

White with #382424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382424; }

 p { color: rgb(56,36,36); }

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

background-color css

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

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

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

border-color css

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

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

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