Html Css Color HEX #422614 Bistre

📋 copy color: '#422614'

red 66 ◦ green 38 ◦ blue 20

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

Shades of Bistre #422614

Tints of Bistre #422614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.65%

 BLUE value IS 20 (8.2% from 255) = 16.13%

R = 53.23%
G = 30.65%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#422614 (or 0x422614) is known color: Bistre. HEX triplet: 42, 26 and 14. RGB value is (66,38,20). Sum of RGB (Red+Green+Blue) = 66+38+20=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #422614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422614 is #BDD9EB. Grayscale: #2C2C2C. Windows color (decimal): -12442092 or 1320514. OLE color: 1320514.

HSL color Cylindrical-coordinate representation of color #422614: hue angle of 23.48º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #422614 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 38 20 -
CMYK 0 0.42 0.70 0.74
HSL 23.48º 0.53% 0.17% -
HSV(B) 23.48º 0.7% 0.26% -
XYZ 3.07 2.59 1 -
YUV 44.32 114.28 143.46 -
System Red Green Blue C M Y K H S L
Decimal 66 38 20 0 0.42 0.70 0.74 23.48 0.53 0.17
Hex 42 26 14 0 2A 46 4A 17 35 11
Octal 102 46 24 0 52 106 112 27 65 21
Binary 1000010 100110 10100 0 101010 1000110 1001010 10111 110101 10001

Color Harmonies of #422614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422614

Black with #422614

Text Example


Text Example

White with #422614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422614; }

 p { color: rgb(66,38,20); }

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

background-color css

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

 a { background-color: rgb(66,38,20); }

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

border-color css

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

 span { border-color: rgb(66,38,20); }

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