Html Css Color HEX #442600 Bistre

📋 copy color: '#442600'

red 68 ◦ green 38 ◦ blue 0

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

Shades of Bistre #442600

Tints of Bistre #442600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 35.85%

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

R = 64.15%
G = 35.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#442600 (or 0x442600) is known color: Bistre. HEX triplet: 44, 26 and 00. RGB value is (68,38,0). Sum of RGB (Red+Green+Blue) = 68+38+0=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #442600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442600 is #BBD9FF. Grayscale: #2A2A2A. Windows color (decimal): -12311040 or 9796. OLE color: 9796.

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

Color convert

RGB 68 38 0 -
CMYK 0 0.44 1 0.73
HSL 33.53º 1% 0.13% -
HSV(B) 33.53º 1% 0.27% -
XYZ 3.08 2.62 0.34 -
YUV 42.64 103.94 146.09 -
System Red Green Blue C M Y K H S L
Decimal 68 38 0 0 0.44 1 0.73 33.53 1 0.13
Hex 44 26 0 0 2C 64 49 22 64 D
Octal 104 46 0 0 54 144 111 42 144 15
Binary 1000100 100110 0 0 101100 1100100 1001001 100010 1100100 1101

Color Harmonies of #442600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442600

Black with #442600

Text Example


Text Example

White with #442600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442600; }

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

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

background-color css

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

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

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

border-color css

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

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

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