Html Css Color HEX #442810 Bistre

📋 copy color: '#442810'

red 68 ◦ green 40 ◦ blue 16

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

Shades of Bistre #442810

Tints of Bistre #442810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.26%

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

R = 54.84%
G = 32.26%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#442810 (or 0x442810) is known color: Bistre. HEX triplet: 44, 28 and 10. RGB value is (68,40,16). Sum of RGB (Red+Green+Blue) = 68+40+16=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #442810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442810 is #BBD7EF. Grayscale: #2D2D2D. Windows color (decimal): -12310512 or 1058884. OLE color: 1058884.

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

Color convert

RGB 68 40 16 -
CMYK 0 0.41 0.76 0.73
HSL 27.69º 0.62% 0.16% -
HSV(B) 27.69º 0.76% 0.27% -
XYZ 3.24 2.78 0.86 -
YUV 45.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 68 40 16 0 0.41 0.76 0.73 27.69 0.62 0.16
Hex 44 28 10 0 29 4C 49 1C 3E 10
Octal 104 50 20 0 51 114 111 34 76 20
Binary 1000100 101000 10000 0 101001 1001100 1001001 11100 111110 10000

Color Harmonies of #442810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442810

Black with #442810

Text Example


Text Example

White with #442810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442810; }

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

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

background-color css

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

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

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

border-color css

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

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

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