Html Css Color HEX #442307 Bistre

📋 copy color: '#442307'

red 68 ◦ green 35 ◦ blue 7

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

Shades of Bistre #442307

Tints of Bistre #442307

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.82%

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

R = 61.82%
G = 31.82%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#442307 (or 0x442307) is known color: Bistre. HEX triplet: 44, 23 and 07. RGB value is (68,35,7). Sum of RGB (Red+Green+Blue) = 68+35+7=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #442307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442307 is #BBDCF8. Grayscale: #292929. Windows color (decimal): -12311801 or 467780. OLE color: 467780.

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

Color convert

RGB 68 35 7 -
CMYK 0 0.49 0.90 0.73
HSL 27.54º 0.81% 0.15% -
HSV(B) 27.54º 0.9% 0.27% -
XYZ 3.02 2.45 0.51 -
YUV 41.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 68 35 7 0 0.49 0.90 0.73 27.54 0.81 0.15
Hex 44 23 7 0 31 5A 49 1C 51 F
Octal 104 43 7 0 61 132 111 34 121 17
Binary 1000100 100011 111 0 110001 1011010 1001001 11100 1010001 1111

Color Harmonies of #442307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442307

Black with #442307

Text Example


Text Example

White with #442307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442307; }

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

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

background-color css

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

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

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

border-color css

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

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

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