Html Css Color HEX #382523 Livid Brown

📋 copy color: '#382523'

red 56 ◦ green 37 ◦ blue 35

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

Shades of Livid Brown #382523

Tints of Livid Brown #382523

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 43.75%
G = 28.91%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#382523 (or 0x382523) is known color: Livid Brown. HEX triplet: 38, 25 and 23. RGB value is (56,37,35). Sum of RGB (Red+Green+Blue) = 56+37+35=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #382523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382523 is #C7DADC. Grayscale: #2A2A2A. Windows color (decimal): -13097693 or 2303288. OLE color: 2303288.

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

Color convert

RGB 56 37 35 -
CMYK 0 0.34 0.37 0.78
HSL 5.71º 0.23% 0.18% -
HSV(B) 5.71º 0.38% 0.22% -
XYZ 2.6 2.29 1.89 -
YUV 42.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 56 37 35 0 0.34 0.37 0.78 5.71 0.23 0.18
Hex 38 25 23 0 22 25 4E 6 17 12
Octal 70 45 43 0 42 45 116 6 27 22
Binary 111000 100101 100011 0 100010 100101 1001110 110 10111 10010

Color Harmonies of #382523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382523

Black with #382523

Text Example


Text Example

White with #382523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382523; }

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

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

background-color css

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

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

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

border-color css

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

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

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