Html Css Color HEX #422911 Bistre

📋 copy color: '#422911'

red 66 ◦ green 41 ◦ blue 17

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

Shades of Bistre #422911

Tints of Bistre #422911

RGB

 RED value IS 66 (26.17% from 255) = 53.23%

 GREEN value IS 41 (16.41% from 255) = 33.06%

 BLUE value IS 17 (7.03% from 255) = 13.71%

R = 53.23%
G = 33.06%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#422911 (or 0x422911) is known color: Bistre. HEX triplet: 42, 29 and 11. RGB value is (66,41,17). Sum of RGB (Red+Green+Blue) = 66+41+17=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #422911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422911 is #BDD6EE. Grayscale: #2D2D2D. Windows color (decimal): -12441327 or 1124674. OLE color: 1124674.

HSL color Cylindrical-coordinate representation of color #422911: hue angle of 29.39º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422911 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 41 17 -
CMYK 0 0.38 0.74 0.74
HSL 29.39º 0.59% 0.16% -
HSV(B) 29.39º 0.74% 0.26% -
XYZ 3.14 2.78 0.9 -
YUV 45.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 66 41 17 0 0.38 0.74 0.74 29.39 0.59 0.16
Hex 42 29 11 0 26 4A 4A 1D 3B 10
Octal 102 51 21 0 46 112 112 35 73 20
Binary 1000010 101001 10001 0 100110 1001010 1001010 11101 111011 10000

Color Harmonies of #422911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422911

Black with #422911

Text Example


Text Example

White with #422911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422911; }

 p { color: rgb(66,41,17); }

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

background-color css

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

 a { background-color: rgb(66,41,17); }

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

border-color css

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

 span { border-color: rgb(66,41,17); }

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