Html Css Color HEX #382820 Bistre

📋 copy color: '#382820'

red 56 ◦ green 40 ◦ blue 32

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

Shades of Bistre #382820

Tints of Bistre #382820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.25%

 BLUE value IS 32 (12.89% from 255) = 25%

R = 43.75%
G = 31.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#382820 (or 0x382820) is known color: Bistre. HEX triplet: 38, 28 and 20. RGB value is (56,40,32). Sum of RGB (Red+Green+Blue) = 56+40+32=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #382820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382820 is #C7D7DF. Grayscale: #2B2B2B. Windows color (decimal): -13096928 or 2107448. OLE color: 2107448.

HSL color Cylindrical-coordinate representation of color #382820: hue angle of 20º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382820 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 40 32 -
CMYK 0 0.29 0.43 0.78
HSL 20º 0.27% 0.17% -
HSV(B) 20º 0.43% 0.22% -
XYZ 2.65 2.46 1.7 -
YUV 43.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 56 40 32 0 0.29 0.43 0.78 20 0.27 0.17
Hex 38 28 20 0 1D 2B 4E 14 1B 11
Octal 70 50 40 0 35 53 116 24 33 21
Binary 111000 101000 100000 0 11101 101011 1001110 10100 11011 10001

Color Harmonies of #382820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382820

Black with #382820

Text Example


Text Example

White with #382820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382820; }

 p { color: rgb(56,40,32); }

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

background-color css

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

 a { background-color: rgb(56,40,32); }

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

border-color css

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

 span { border-color: rgb(56,40,32); }

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