Html Css Color HEX #442603 Bistre

📋 copy color: '#442603'

red 68 ◦ green 38 ◦ blue 3

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

Shades of Bistre #442603

Tints of Bistre #442603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.75%

R = 62.39%
G = 34.86%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#442603 (or 0x442603) is known color: Bistre. HEX triplet: 44, 26 and 03. RGB value is (68,38,3). Sum of RGB (Red+Green+Blue) = 68+38+3=109 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.39% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 68 - color contains mainly: red. Hex color #442603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442603 is #BBD9FC. Grayscale: #2B2B2B. Windows color (decimal): -12311037 or 206404. OLE color: 206404.

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

Color convert

RGB 68 38 3 -
CMYK 0 0.44 0.96 0.73
HSL 32.31º 0.92% 0.14% -
HSV(B) 32.31º 0.96% 0.27% -
XYZ 3.09 2.62 0.43 -
YUV 42.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 68 38 3 0 0.44 0.96 0.73 32.31 0.92 0.14
Hex 44 26 3 0 2C 60 49 20 5C E
Octal 104 46 3 0 54 140 111 40 134 16
Binary 1000100 100110 11 0 101100 1100000 1001001 100000 1011100 1110

Color Harmonies of #442603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442603

Black with #442603

Text Example


Text Example

White with #442603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442603; }

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

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

background-color css

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

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

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

border-color css

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

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

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