Html Css Color HEX #442B01 Bistre

📋 copy color: '#442B01'

red 68 ◦ green 43 ◦ blue 1

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

Shades of Bistre #442B01

Tints of Bistre #442B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.89%

R = 60.71%
G = 38.39%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#442B01 (or 0x442B01) is known color: Bistre. HEX triplet: 44, 2B and 01. RGB value is (68,43,1). Sum of RGB (Red+Green+Blue) = 68+43+1=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #442B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442B01 is #BBD4FE. Grayscale: #2D2D2D. Windows color (decimal): -12309759 or 76612. OLE color: 76612.

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

Color convert

RGB 68 43 1 -
CMYK 0 0.37 0.99 0.73
HSL 37.61º 0.97% 0.14% -
HSV(B) 37.61º 0.99% 0.27% -
XYZ 3.25 2.96 0.43 -
YUV 45.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 68 43 1 0 0.37 0.99 0.73 37.61 0.97 0.14
Hex 44 2B 1 0 25 63 49 26 61 E
Octal 104 53 1 0 45 143 111 46 141 16
Binary 1000100 101011 1 0 100101 1100011 1001001 100110 1100001 1110

Color Harmonies of #442B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B01

Black with #442B01

Text Example


Text Example

White with #442B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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