Html Css Color HEX #442610 Bistre

📋 copy color: '#442610'

red 68 ◦ green 38 ◦ blue 16

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

Shades of Bistre #442610

Tints of Bistre #442610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.11%

R = 55.74%
G = 31.15%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#442610 (or 0x442610) is known color: Bistre. HEX triplet: 44, 26 and 10. RGB value is (68,38,16). Sum of RGB (Red+Green+Blue) = 68+38+16=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #442610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442610 is #BBD9EF. Grayscale: #2C2C2C. Windows color (decimal): -12311024 or 1058372. OLE color: 1058372.

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

Color convert

RGB 68 38 16 -
CMYK 0 0.44 0.76 0.73
HSL 25.38º 0.62% 0.16% -
HSV(B) 25.38º 0.76% 0.27% -
XYZ 3.17 2.65 0.84 -
YUV 44.46 111.94 144.79 -
System Red Green Blue C M Y K H S L
Decimal 68 38 16 0 0.44 0.76 0.73 25.38 0.62 0.16
Hex 44 26 10 0 2C 4C 49 19 3E 10
Octal 104 46 20 0 54 114 111 31 76 20
Binary 1000100 100110 10000 0 101100 1001100 1001001 11001 111110 10000

Color Harmonies of #442610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442610

Black with #442610

Text Example


Text Example

White with #442610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442610; }

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

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

background-color css

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

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

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

border-color css

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

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

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