#382623

Color #382623 Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #382623

Tints of Livid Brown #382623

Color information

#382623 (or 0x382623) is unknown color: approx 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

RGB563835-
CMYK00.320.370.78
HSL8.57º23.08%17.84%-
HSV(B)8.57º37.5%21.96%-
XYZ2.632.351.9-
YUV43.04123.46137.24-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56383500.320.370.788.5723.0817.84
Hex382623020254E91712
Octal70464304045116112722
Binary1110001001101000110100000100101100111010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>