Html Css Color HEX #422D16 Bistre

📋 copy color: '#422D16'

red 66 ◦ green 45 ◦ blue 22

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

Shades of Bistre #422D16

Tints of Bistre #422D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.83%

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

R = 49.62%
G = 33.83%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#422D16 (or 0x422D16) is known color: Bistre. HEX triplet: 42, 2D and 16. RGB value is (66,45,22). Sum of RGB (Red+Green+Blue) = 66+45+22=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #422D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D16 is #BDD2E9. Grayscale: #303030. Windows color (decimal): -12440298 or 1453378. OLE color: 1453378.

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

Color convert

RGB 66 45 22 -
CMYK 0 0.32 0.67 0.74
HSL 31.36º 0.5% 0.17% -
HSV(B) 31.36º 0.67% 0.26% -
XYZ 3.33 3.09 1.18 -
YUV 48.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 66 45 22 0 0.32 0.67 0.74 31.36 0.5 0.17
Hex 42 2D 16 0 20 43 4A 1F 32 11
Octal 102 55 26 0 40 103 112 37 62 21
Binary 1000010 101101 10110 0 100000 1000011 1001010 11111 110010 10001

Color Harmonies of #422D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D16

Black with #422D16

Text Example


Text Example

White with #422D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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