Html Css Color HEX #442613 Bistre

📋 copy color: '#442613'

red 68 ◦ green 38 ◦ blue 19

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

Shades of Bistre #442613

Tints of Bistre #442613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.4%

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

R = 54.4%
G = 30.4%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#442613 (or 0x442613) is known color: Bistre. HEX triplet: 44, 26 and 13. RGB value is (68,38,19). Sum of RGB (Red+Green+Blue) = 68+38+19=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #442613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442613 is #BBD9EC. Grayscale: #2C2C2C. Windows color (decimal): -12311021 or 1254980. OLE color: 1254980.

HSL color Cylindrical-coordinate representation of color #442613: hue angle of 23.27º 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 #442613 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 38 19 -
CMYK 0 0.44 0.72 0.73
HSL 23.27º 0.56% 0.17% -
HSV(B) 23.27º 0.72% 0.27% -
XYZ 3.19 2.66 0.96 -
YUV 44.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 68 38 19 0 0.44 0.72 0.73 23.27 0.56 0.17
Hex 44 26 13 0 2C 48 49 17 38 11
Octal 104 46 23 0 54 110 111 27 70 21
Binary 1000100 100110 10011 0 101100 1001000 1001001 10111 111000 10001

Color Harmonies of #442613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442613

Black with #442613

Text Example


Text Example

White with #442613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442613; }

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

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

background-color css

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

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

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

border-color css

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

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

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