Html Css Color HEX #422816 Bistre

📋 copy color: '#422816'

red 66 ◦ green 40 ◦ blue 22

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

Shades of Bistre #422816

Tints of Bistre #422816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.19%

R = 51.56%
G = 31.25%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#422816 (or 0x422816) is known color: Bistre. HEX triplet: 42, 28 and 16. RGB value is (66,40,22). Sum of RGB (Red+Green+Blue) = 66+40+22=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #422816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422816 is #BDD7E9. Grayscale: #2D2D2D. Windows color (decimal): -12441578 or 1452098. OLE color: 1452098.

HSL color Cylindrical-coordinate representation of color #422816: hue angle of 24.55º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422816 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 40 22 -
CMYK 0 0.39 0.67 0.74
HSL 24.55º 0.5% 0.17% -
HSV(B) 24.55º 0.67% 0.26% -
XYZ 3.15 2.73 1.12 -
YUV 45.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 66 40 22 0 0.39 0.67 0.74 24.55 0.5 0.17
Hex 42 28 16 0 27 43 4A 19 32 11
Octal 102 50 26 0 47 103 112 31 62 21
Binary 1000010 101000 10110 0 100111 1000011 1001010 11001 110010 10001

Color Harmonies of #422816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422816

Black with #422816

Text Example


Text Example

White with #422816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422816; }

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

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

background-color css

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

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

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

border-color css

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

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

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