Html Css Color HEX #442502 Bistre

📋 copy color: '#442502'

red 68 ◦ green 37 ◦ blue 2

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

Shades of Bistre #442502

Tints of Bistre #442502

RGB

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

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

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

R = 63.55%
G = 34.58%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#442502 (or 0x442502) is known color: Bistre. HEX triplet: 44, 25 and 02. RGB value is (68,37,2). Sum of RGB (Red+Green+Blue) = 68+37+2=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #442502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442502 is #BBDAFD. Grayscale: #2A2A2A. Windows color (decimal): -12311294 or 140612. OLE color: 140612.

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

Color convert

RGB 68 37 2 -
CMYK 0 0.46 0.97 0.73
HSL 31.82º 0.94% 0.14% -
HSV(B) 31.82º 0.97% 0.27% -
XYZ 3.06 2.56 0.39 -
YUV 42.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 68 37 2 0 0.46 0.97 0.73 31.82 0.94 0.14
Hex 44 25 2 0 2E 61 49 20 5E E
Octal 104 45 2 0 56 141 111 40 136 16
Binary 1000100 100101 10 0 101110 1100001 1001001 100000 1011110 1110

Color Harmonies of #442502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442502

Black with #442502

Text Example


Text Example

White with #442502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442502; }

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

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

background-color css

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

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

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

border-color css

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

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

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