#382B2A

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

Shades of Livid Brown #382B2A

Tints of Livid Brown #382B2A

Color information

#382B2A (or 0x382B2A) is unknown color: approx Livid Brown. HEX triplet: 38, 2B and 2A. RGB value is (56,43,42). Sum of RGB (Red+Green+Blue) = 56+43+42=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #382B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B2A is #C7D4D5. Grayscale: #2E2E2E. Windows color (decimal): -13096150 or 2763576. OLE color: 2763576.

HSL color Cylindrical-coordinate representation of color #382B2A: hue angle of 4.29º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #382B2A is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB564342-
CMYK00.230.250.78
HSL4.29º14.29%19.22%-
HSV(B)4.29º25%21.96%-
XYZ2.912.742.57-
YUV46.77125.31134.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 43 (17.19% from 255) = 30.50%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=39.72%
G=30.50%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56434200.230.250.784.2914.2919.22
Hex382B2A017194E4e13
Octal7053520273111641623
Binary111000101011101010010111110011001110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382B2A; }

 p { color: rgb(56,43,42); }

 H1.HeaderClassName
 {
   color: #382B2A;
 }
 .AnyTagClassName
 {
   color: #382B2A;
 }
</style>
background-color css

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

 a { background-color: rgb(56,43,42); }

 div.DivClassName
 {
   background-color: #382B2A;
 }
 .BgClassName
 {
   background-color: #382B2A;
 }
</style>
border-color css

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

 span { border-color: rgb(56,43,42); }

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