Html Css Color HEX #442507 Bistre

📋 copy color: '#442507'

red 68 ◦ green 37 ◦ blue 7

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

Shades of Bistre #442507

Tints of Bistre #442507

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.04%

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

R = 60.71%
G = 33.04%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#442507 (or 0x442507) is known color: Bistre. HEX triplet: 44, 25 and 07. RGB value is (68,37,7). Sum of RGB (Red+Green+Blue) = 68+37+7=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #442507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442507 is #BBDAF8. Grayscale: #2B2B2B. Windows color (decimal): -12311289 or 468292. OLE color: 468292.

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

Color convert

RGB 68 37 7 -
CMYK 0 0.46 0.90 0.73
HSL 29.51º 0.81% 0.15% -
HSV(B) 29.51º 0.9% 0.27% -
XYZ 3.08 2.57 0.53 -
YUV 42.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 68 37 7 0 0.46 0.90 0.73 29.51 0.81 0.15
Hex 44 25 7 0 2E 5A 49 1E 51 F
Octal 104 45 7 0 56 132 111 36 121 17
Binary 1000100 100101 111 0 101110 1011010 1001001 11110 1010001 1111

Color Harmonies of #442507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442507

Black with #442507

Text Example


Text Example

White with #442507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442507; }

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

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

background-color css

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

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

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

border-color css

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

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

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