Html Css Color HEX #442500 Bistre

📋 copy color: '#442500'

red 68 ◦ green 37 ◦ blue 0

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

Shades of Bistre #442500

Tints of Bistre #442500

RGB

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

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

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

R = 64.76%
G = 35.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#442500 (or 0x442500) is known color: Bistre. HEX triplet: 44, 25 and 00. RGB value is (68,37,0). Sum of RGB (Red+Green+Blue) = 68+37+0=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #442500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442500 is #BBDAFF. Grayscale: #2A2A2A. Windows color (decimal): -12311296 or 9540. OLE color: 9540.

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

Color convert

RGB 68 37 0 -
CMYK 0 0.46 1 0.73
HSL 32.65º 1% 0.13% -
HSV(B) 32.65º 1% 0.27% -
XYZ 3.05 2.55 0.33 -
YUV 42.05 104.27 146.51 -
System Red Green Blue C M Y K H S L
Decimal 68 37 0 0 0.46 1 0.73 32.65 1 0.13
Hex 44 25 0 0 2E 64 49 21 64 D
Octal 104 45 0 0 56 144 111 41 144 15
Binary 1000100 100101 0 0 101110 1100100 1001001 100001 1100100 1101

Color Harmonies of #442500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442500

Black with #442500

Text Example


Text Example

White with #442500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442500; }

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

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

background-color css

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

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

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

border-color css

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

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

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