Html Css Color HEX #442A05 Bistre

📋 copy color: '#442A05'

red 68 ◦ green 42 ◦ blue 5

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

Shades of Bistre #442A05

Tints of Bistre #442A05

RGB

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

 GREEN value IS 42 (16.8% from 255) = 36.52%

 BLUE value IS 5 (2.34% from 255) = 4.35%

R = 59.13%
G = 36.52%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#442A05 (or 0x442A05) is known color: Bistre. HEX triplet: 44, 2A and 05. RGB value is (68,42,5). Sum of RGB (Red+Green+Blue) = 68+42+5=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #442A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442A05 is #BBD5FA. Grayscale: #2D2D2D. Windows color (decimal): -12310011 or 338500. OLE color: 338500.

HSL color Cylindrical-coordinate representation of color #442A05: hue angle of 35.24º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #442A05 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 42 5 -
CMYK 0 0.38 0.93 0.73
HSL 35.24º 0.86% 0.14% -
HSV(B) 35.24º 0.93% 0.27% -
XYZ 3.24 2.9 0.53 -
YUV 45.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 68 42 5 0 0.38 0.93 0.73 35.24 0.86 0.14
Hex 44 2A 5 0 26 5D 49 23 56 E
Octal 104 52 5 0 46 135 111 43 126 16
Binary 1000100 101010 101 0 100110 1011101 1001001 100011 1010110 1110

Color Harmonies of #442A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A05

Black with #442A05

Text Example


Text Example

White with #442A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442A05; }

 p { color: rgb(68,42,5); }

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

background-color css

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

 a { background-color: rgb(68,42,5); }

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

border-color css

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

 span { border-color: rgb(68,42,5); }

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