Html Css Color HEX #442B09 Bistre

📋 copy color: '#442B09'

red 68 ◦ green 43 ◦ blue 9

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

Shades of Bistre #442B09

Tints of Bistre #442B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.5%

R = 56.67%
G = 35.83%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#442B09 (or 0x442B09) is known color: Bistre. HEX triplet: 44, 2B and 09. RGB value is (68,43,9). Sum of RGB (Red+Green+Blue) = 68+43+9=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #442B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442B09 is #BBD4F6. Grayscale: #2E2E2E. Windows color (decimal): -12309751 or 600900. OLE color: 600900.

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

Color convert

RGB 68 43 9 -
CMYK 0 0.37 0.87 0.73
HSL 34.58º 0.77% 0.15% -
HSV(B) 34.58º 0.87% 0.27% -
XYZ 3.3 2.98 0.66 -
YUV 46.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 68 43 9 0 0.37 0.87 0.73 34.58 0.77 0.15
Hex 44 2B 9 0 25 57 49 23 4D F
Octal 104 53 11 0 45 127 111 43 115 17
Binary 1000100 101011 1001 0 100101 1010111 1001001 100011 1001101 1111

Color Harmonies of #442B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B09

Black with #442B09

Text Example


Text Example

White with #442B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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