Html Css Color HEX #442807 Bistre

📋 copy color: '#442807'

red 68 ◦ green 40 ◦ blue 7

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

Shades of Bistre #442807

Tints of Bistre #442807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.09%

R = 59.13%
G = 34.78%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#442807 (or 0x442807) is known color: Bistre. HEX triplet: 44, 28 and 07. RGB value is (68,40,7). Sum of RGB (Red+Green+Blue) = 68+40+7=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #442807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442807 is #BBD7F8. Grayscale: #2C2C2C. Windows color (decimal): -12310521 or 469060. OLE color: 469060.

HSL color Cylindrical-coordinate representation of color #442807: hue angle of 32.46º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #442807 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 40 7 -
CMYK 0 0.41 0.90 0.73
HSL 32.46º 0.81% 0.15% -
HSV(B) 32.46º 0.9% 0.27% -
XYZ 3.18 2.76 0.57 -
YUV 44.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 68 40 7 0 0.41 0.90 0.73 32.46 0.81 0.15
Hex 44 28 7 0 29 5A 49 20 51 F
Octal 104 50 7 0 51 132 111 40 121 17
Binary 1000100 101000 111 0 101001 1011010 1001001 100000 1010001 1111

Color Harmonies of #442807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442807

Black with #442807

Text Example


Text Example

White with #442807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442807; }

 p { color: rgb(68,40,7); }

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

background-color css

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

 a { background-color: rgb(68,40,7); }

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

border-color css

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

 span { border-color: rgb(68,40,7); }

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