Html Css Color HEX #442B0A Bistre

📋 copy color: '#442B0A'

red 68 ◦ green 43 ◦ blue 10

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

Shades of Bistre #442B0A

Tints of Bistre #442B0A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 35.54%

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

R = 56.2%
G = 35.54%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.73

RGB Variations

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

Color information

#442B0A (or 0x442B0A) is known color: Bistre. HEX triplet: 44, 2B and 0A. RGB value is (68,43,10). Sum of RGB (Red+Green+Blue) = 68+43+10=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #442B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442B0A is #BBD4F5. Grayscale: #2E2E2E. Windows color (decimal): -12309750 or 666436. OLE color: 666436.

HSL color Cylindrical-coordinate representation of color #442B0A: hue angle of 34.14º 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 #442B0A is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 43 10 -
CMYK 0 0.37 0.85 0.73
HSL 34.14º 0.74% 0.15% -
HSV(B) 34.14º 0.85% 0.27% -
XYZ 3.3 2.98 0.69 -
YUV 46.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 68 43 10 0 0.37 0.85 0.73 34.14 0.74 0.15
Hex 44 2B A 0 25 55 49 22 4A F
Octal 104 53 12 0 45 125 111 42 112 17
Binary 1000100 101011 1010 0 100101 1010101 1001001 100010 1001010 1111

Color Harmonies of #442B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B0A

Black with #442B0A

Text Example


Text Example

White with #442B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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