Html Css Color HEX #382624 Livid Brown

📋 copy color: '#382624'

red 56 ◦ green 38 ◦ blue 36

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

Shades of Livid Brown #382624

Tints of Livid Brown #382624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.23%

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

R = 43.08%
G = 29.23%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#382624 (or 0x382624) is known color: Livid Brown. HEX triplet: 38, 26 and 24. RGB value is (56,38,36). Sum of RGB (Red+Green+Blue) = 56+38+36=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #382624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382624 is #C7D9DB. Grayscale: #2B2B2B. Windows color (decimal): -13097436 or 2369080. OLE color: 2369080.

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

Color convert

RGB 56 38 36 -
CMYK 0 0.32 0.36 0.78
HSL 0.22% 0.18% -
HSV(B) 0.36% 0.22% -
XYZ 2.64 2.35 1.98 -
YUV 43.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 56 38 36 0 0.32 0.36 0.78 6 0.22 0.18
Hex 38 26 24 0 20 24 4E 6 16 12
Octal 70 46 44 0 40 44 116 6 26 22
Binary 111000 100110 100100 0 100000 100100 1001110 110 10110 10010

Color Harmonies of #382624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382624

Black with #382624

Text Example


Text Example

White with #382624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382624; }

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

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

background-color css

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

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

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

border-color css

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

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

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