Html Css Color HEX #442B04 Bistre

📋 copy color: '#442B04'

red 68 ◦ green 43 ◦ blue 4

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

Shades of Bistre #442B04

Tints of Bistre #442B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.48%

R = 59.13%
G = 37.39%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#442B04 (or 0x442B04) is known color: Bistre. HEX triplet: 44, 2B and 04. RGB value is (68,43,4). Sum of RGB (Red+Green+Blue) = 68+43+4=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #442B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442B04 is #BBD4FB. Grayscale: #2E2E2E. Windows color (decimal): -12309756 or 273220. OLE color: 273220.

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

Color convert

RGB 68 43 4 -
CMYK 0 0.37 0.94 0.73
HSL 36.56º 0.89% 0.14% -
HSV(B) 36.56º 0.94% 0.27% -
XYZ 3.27 2.97 0.51 -
YUV 46.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 68 43 4 0 0.37 0.94 0.73 36.56 0.89 0.14
Hex 44 2B 4 0 25 5E 49 25 59 E
Octal 104 53 4 0 45 136 111 45 131 16
Binary 1000100 101011 100 0 100101 1011110 1001001 100101 1011001 1110

Color Harmonies of #442B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B04

Black with #442B04

Text Example


Text Example

White with #442B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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