Html Css Color HEX #382423 Livid Brown

📋 copy color: '#382423'

red 56 ◦ green 36 ◦ blue 35

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

Shades of Livid Brown #382423

Tints of Livid Brown #382423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 27.56%

R = 44.09%
G = 28.35%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#382423 (or 0x382423) is known color: Livid Brown. HEX triplet: 38, 24 and 23. RGB value is (56,36,35). Sum of RGB (Red+Green+Blue) = 56+36+35=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #382423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382423 is #C7DBDC. Grayscale: #292929. Windows color (decimal): -13097949 or 2303032. OLE color: 2303032.

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

Color convert

RGB 56 36 35 -
CMYK 0 0.36 0.37 0.78
HSL 2.86º 0.23% 0.18% -
HSV(B) 2.86º 0.38% 0.22% -
XYZ 2.57 2.22 1.88 -
YUV 41.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 56 36 35 0 0.36 0.37 0.78 2.86 0.23 0.18
Hex 38 24 23 0 24 25 4E 3 17 12
Octal 70 44 43 0 44 45 116 3 27 22
Binary 111000 100100 100011 0 100100 100101 1001110 11 10111 10010

Color Harmonies of #382423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382423

Black with #382423

Text Example


Text Example

White with #382423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382423; }

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

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

background-color css

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

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

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

border-color css

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

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

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