Html Css Color HEX #382724 Livid Brown

📋 copy color: '#382724'

red 56 ◦ green 39 ◦ blue 36

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

Shades of Livid Brown #382724

Tints of Livid Brown #382724

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.77%

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

R = 42.75%
G = 29.77%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#382724 (or 0x382724) is known color: Livid Brown. HEX triplet: 38, 27 and 24. RGB value is (56,39,36). Sum of RGB (Red+Green+Blue) = 56+39+36=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382724 is #C7D8DB. Grayscale: #2B2B2B. Windows color (decimal): -13097180 or 2369336. OLE color: 2369336.

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

Color convert

RGB 56 39 36 -
CMYK 0 0.30 0.36 0.78
HSL 0.22% 0.18% -
HSV(B) 0.36% 0.22% -
XYZ 2.67 2.42 2 -
YUV 43.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 56 39 36 0 0.30 0.36 0.78 9 0.22 0.18
Hex 38 27 24 0 1E 24 4E 9 16 12
Octal 70 47 44 0 36 44 116 11 26 22
Binary 111000 100111 100100 0 11110 100100 1001110 1001 10110 10010

Color Harmonies of #382724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382724

Black with #382724

Text Example


Text Example

White with #382724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382724; }

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

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

background-color css

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

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

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

border-color css

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

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

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