Html Css Color HEX #382623 Livid Brown

📋 copy color: '#382623'

red 56 ◦ green 38 ◦ blue 35

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

Shades of Livid Brown #382623

Tints of Livid Brown #382623

RGB

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

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

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

R = 43.41%
G = 29.46%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#382623 (or 0x382623) is known color: Livid Brown. HEX triplet: 38, 26 and 23. RGB value is (56,38,35). Sum of RGB (Red+Green+Blue) = 56+38+35=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #382623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382623 is #C7D9DC. Grayscale: #2B2B2B. Windows color (decimal): -13097437 or 2303544. OLE color: 2303544.

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

Color convert

RGB 56 38 35 -
CMYK 0 0.32 0.37 0.78
HSL 8.57º 0.23% 0.18% -
HSV(B) 8.57º 0.38% 0.22% -
XYZ 2.63 2.35 1.9 -
YUV 43.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 56 38 35 0 0.32 0.37 0.78 8.57 0.23 0.18
Hex 38 26 23 0 20 25 4E 9 17 12
Octal 70 46 43 0 40 45 116 11 27 22
Binary 111000 100110 100011 0 100000 100101 1001110 1001 10111 10010

Color Harmonies of #382623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382623

Black with #382623

Text Example


Text Example

White with #382623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382623; }

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

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

background-color css

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

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

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

border-color css

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

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

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