Html Css Color HEX #442802 Bistre

📋 copy color: '#442802'

red 68 ◦ green 40 ◦ blue 2

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

Shades of Bistre #442802

Tints of Bistre #442802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.82%

R = 61.82%
G = 36.36%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#442802 (or 0x442802) is known color: Bistre. HEX triplet: 44, 28 and 02. RGB value is (68,40,2). Sum of RGB (Red+Green+Blue) = 68+40+2=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #442802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442802 is #BBD7FD. Grayscale: #2C2C2C. Windows color (decimal): -12310526 or 141380. OLE color: 141380.

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

Color convert

RGB 68 40 2 -
CMYK 0 0.41 0.97 0.73
HSL 34.55º 0.94% 0.14% -
HSV(B) 34.55º 0.97% 0.27% -
XYZ 3.15 2.75 0.42 -
YUV 44.04 104.28 145.09 -
System Red Green Blue C M Y K H S L
Decimal 68 40 2 0 0.41 0.97 0.73 34.55 0.94 0.14
Hex 44 28 2 0 29 61 49 23 5E E
Octal 104 50 2 0 51 141 111 43 136 16
Binary 1000100 101000 10 0 101001 1100001 1001001 100011 1011110 1110

Color Harmonies of #442802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442802

Black with #442802

Text Example


Text Example

White with #442802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442802; }

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

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

background-color css

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

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

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

border-color css

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

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

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