Html Css Color HEX #392B21 Bistre

📋 copy color: '#392B21'

red 57 ◦ green 43 ◦ blue 33

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

Shades of Bistre #392B21

Tints of Bistre #392B21

RGB

 RED value IS 57 (22.66% from 255) = 42.86%

 GREEN value IS 43 (17.19% from 255) = 32.33%

 BLUE value IS 33 (13.28% from 255) = 24.81%

R = 42.86%
G = 32.33%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#392B21 (or 0x392B21) is known color: Bistre. HEX triplet: 39, 2B and 21. RGB value is (57,43,33). Sum of RGB (Red+Green+Blue) = 57+43+33=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #392B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B21 is #C6D4DE. Grayscale: #2E2E2E. Windows color (decimal): -13030623 or 2173753. OLE color: 2173753.

HSL color Cylindrical-coordinate representation of color #392B21: hue angle of 25º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #392B21 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 43 33 -
CMYK 0 0.25 0.42 0.78
HSL 25º 0.27% 0.18% -
HSV(B) 25º 0.42% 0.22% -
XYZ 2.83 2.71 1.81 -
YUV 46.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 57 43 33 0 0.25 0.42 0.78 25 0.27 0.18
Hex 39 2B 21 0 19 2A 4E 19 1B 12
Octal 71 53 41 0 31 52 116 31 33 22
Binary 111001 101011 100001 0 11001 101010 1001110 11001 11011 10010

Color Harmonies of #392B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B21

Black with #392B21

Text Example


Text Example

White with #392B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392B21; }

 p { color: rgb(57,43,33); }

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

background-color css

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

 a { background-color: rgb(57,43,33); }

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

border-color css

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

 span { border-color: rgb(57,43,33); }

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