Html Css Color HEX #442700 Bistre

📋 copy color: '#442700'

red 68 ◦ green 39 ◦ blue 0

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

Shades of Bistre #442700

Tints of Bistre #442700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.55%
G = 36.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#442700 (or 0x442700) is known color: Bistre. HEX triplet: 44, 27 and 00. RGB value is (68,39,0). Sum of RGB (Red+Green+Blue) = 68+39+0=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #442700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442700 is #BBD8FF. Grayscale: #2B2B2B. Windows color (decimal): -12310784 or 10052. OLE color: 10052.

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

Color convert

RGB 68 39 0 -
CMYK 0 0.43 1 0.73
HSL 34.41º 1% 0.13% -
HSV(B) 34.41º 1% 0.27% -
XYZ 3.11 2.68 0.35 -
YUV 43.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 68 39 0 0 0.43 1 0.73 34.41 1 0.13
Hex 44 27 0 0 2B 64 49 22 64 D
Octal 104 47 0 0 53 144 111 42 144 15
Binary 1000100 100111 0 0 101011 1100100 1001001 100010 1100100 1101

Color Harmonies of #442700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442700

Black with #442700

Text Example


Text Example

White with #442700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442700; }

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

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

background-color css

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

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

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

border-color css

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

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

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