Html Css Color HEX #442713 Bistre

📋 copy color: '#442713'

red 68 ◦ green 39 ◦ blue 19

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

Shades of Bistre #442713

Tints of Bistre #442713

RGB

 RED value IS 68 (26.95% from 255) = 53.97%

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

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 53.97%
G = 30.95%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#442713 (or 0x442713) is known color: Bistre. HEX triplet: 44, 27 and 13. RGB value is (68,39,19). Sum of RGB (Red+Green+Blue) = 68+39+19=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #442713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442713 is #BBD8EC. Grayscale: #2D2D2D. Windows color (decimal): -12310765 or 1255236. OLE color: 1255236.

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

Color convert

RGB 68 39 19 -
CMYK 0 0.43 0.72 0.73
HSL 24.49º 0.56% 0.17% -
HSV(B) 24.49º 0.72% 0.27% -
XYZ 3.23 2.73 0.97 -
YUV 45.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 68 39 19 0 0.43 0.72 0.73 24.49 0.56 0.17
Hex 44 27 13 0 2B 48 49 18 38 11
Octal 104 47 23 0 53 110 111 30 70 21
Binary 1000100 100111 10011 0 101011 1001000 1001001 11000 111000 10001

Color Harmonies of #442713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442713

Black with #442713

Text Example


Text Example

White with #442713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442713; }

 p { color: rgb(68,39,19); }

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

background-color css

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

 a { background-color: rgb(68,39,19); }

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

border-color css

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

 span { border-color: rgb(68,39,19); }

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