Html Css Color HEX #442701 Bistre

📋 copy color: '#442701'

red 68 ◦ green 39 ◦ blue 1

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

Shades of Bistre #442701

Tints of Bistre #442701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 62.96%
G = 36.11%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#442701 (or 0x442701) is known color: Bistre. HEX triplet: 44, 27 and 01. RGB value is (68,39,1). Sum of RGB (Red+Green+Blue) = 68+39+1=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #442701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442701 is #BBD8FE. Grayscale: #2B2B2B. Windows color (decimal): -12310783 or 75588. OLE color: 75588.

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

Color convert

RGB 68 39 1 -
CMYK 0 0.43 0.99 0.73
HSL 34.03º 0.97% 0.14% -
HSV(B) 34.03º 0.99% 0.27% -
XYZ 3.11 2.68 0.38 -
YUV 43.34 104.11 145.59 -
System Red Green Blue C M Y K H S L
Decimal 68 39 1 0 0.43 0.99 0.73 34.03 0.97 0.14
Hex 44 27 1 0 2B 63 49 22 61 E
Octal 104 47 1 0 53 143 111 42 141 16
Binary 1000100 100111 1 0 101011 1100011 1001001 100010 1100001 1110

Color Harmonies of #442701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442701

Black with #442701

Text Example


Text Example

White with #442701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442701; }

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

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

background-color css

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

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

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

border-color css

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

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

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