Html Css Color HEX #422811 Bistre

📋 copy color: '#422811'

red 66 ◦ green 40 ◦ blue 17

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

Shades of Bistre #422811

Tints of Bistre #422811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.52%

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

R = 53.66%
G = 32.52%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#422811 (or 0x422811) is known color: Bistre. HEX triplet: 42, 28 and 11. RGB value is (66,40,17). Sum of RGB (Red+Green+Blue) = 66+40+17=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #422811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422811 is #BDD7EE. Grayscale: #2D2D2D. Windows color (decimal): -12441583 or 1124418. OLE color: 1124418.

HSL color Cylindrical-coordinate representation of color #422811: hue angle of 28.16º 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 #422811 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 40 17 -
CMYK 0 0.39 0.74 0.74
HSL 28.16º 0.59% 0.16% -
HSV(B) 28.16º 0.74% 0.26% -
XYZ 3.11 2.72 0.89 -
YUV 45.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 66 40 17 0 0.39 0.74 0.74 28.16 0.59 0.16
Hex 42 28 11 0 27 4A 4A 1C 3B 10
Octal 102 50 21 0 47 112 112 34 73 20
Binary 1000010 101000 10001 0 100111 1001010 1001010 11100 111011 10000

Color Harmonies of #422811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422811

Black with #422811

Text Example


Text Example

White with #422811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422811; }

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

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

background-color css

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

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

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

border-color css

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

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

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