Html Css Color HEX #442A0A Bistre

📋 copy color: '#442A0A'

red 68 ◦ green 42 ◦ blue 10

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

Shades of Bistre #442A0A

Tints of Bistre #442A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.33%

R = 56.67%
G = 35%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.73

RGB Variations

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

Color information

#442A0A (or 0x442A0A) is known color: Bistre. HEX triplet: 44, 2A and 0A. RGB value is (68,42,10). Sum of RGB (Red+Green+Blue) = 68+42+10=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #442A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442A0A is #BBD5F5. Grayscale: #2E2E2E. Windows color (decimal): -12310006 or 666180. OLE color: 666180.

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

Color convert

RGB 68 42 10 -
CMYK 0 0.38 0.85 0.73
HSL 33.1º 0.74% 0.15% -
HSV(B) 33.1º 0.85% 0.27% -
XYZ 3.27 2.91 0.68 -
YUV 46.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 68 42 10 0 0.38 0.85 0.73 33.1 0.74 0.15
Hex 44 2A A 0 26 55 49 21 4A F
Octal 104 52 12 0 46 125 111 41 112 17
Binary 1000100 101010 1010 0 100110 1010101 1001001 100001 1001010 1111

Color Harmonies of #442A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A0A

Black with #442A0A

Text Example


Text Example

White with #442A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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