Html Css Color HEX #382723 Livid Brown

📋 copy color: '#382723'

red 56 ◦ green 39 ◦ blue 35

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

Shades of Livid Brown #382723

Tints of Livid Brown #382723

RGB

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

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

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

R = 43.08%
G = 30%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#382723 (or 0x382723) is known color: Livid Brown. HEX triplet: 38, 27 and 23. RGB value is (56,39,35). Sum of RGB (Red+Green+Blue) = 56+39+35=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #382723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382723 is #C7D8DC. Grayscale: #2B2B2B. Windows color (decimal): -13097181 or 2303800. OLE color: 2303800.

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

Color convert

RGB 56 39 35 -
CMYK 0 0.30 0.37 0.78
HSL 11.43º 0.23% 0.18% -
HSV(B) 11.43º 0.38% 0.22% -
XYZ 2.66 2.41 1.92 -
YUV 43.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 56 39 35 0 0.30 0.37 0.78 11.43 0.23 0.18
Hex 38 27 23 0 1E 25 4E B 17 12
Octal 70 47 43 0 36 45 116 13 27 22
Binary 111000 100111 100011 0 11110 100101 1001110 1011 10111 10010

Color Harmonies of #382723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382723

Black with #382723

Text Example


Text Example

White with #382723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382723; }

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

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

background-color css

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

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

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

border-color css

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

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

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