Html Css Color HEX #422919 Bistre

📋 copy color: '#422919'

red 66 ◦ green 41 ◦ blue 25

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

Shades of Bistre #422919

Tints of Bistre #422919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.94%

R = 50%
G = 31.06%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#422919 (or 0x422919) is known color: Bistre. HEX triplet: 42, 29 and 19. RGB value is (66,41,25). Sum of RGB (Red+Green+Blue) = 66+41+25=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #422919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422919 is #BDD6E6. Grayscale: #2E2E2E. Windows color (decimal): -12441319 or 1648962. OLE color: 1648962.

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

Color convert

RGB 66 41 25 -
CMYK 0 0.38 0.62 0.74
HSL 23.41º 0.45% 0.18% -
HSV(B) 23.41º 0.62% 0.26% -
XYZ 3.22 2.81 1.29 -
YUV 46.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 66 41 25 0 0.38 0.62 0.74 23.41 0.45 0.18
Hex 42 29 19 0 26 3E 4A 17 2D 12
Octal 102 51 31 0 46 76 112 27 55 22
Binary 1000010 101001 11001 0 100110 111110 1001010 10111 101101 10010

Color Harmonies of #422919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422919

Black with #422919

Text Example


Text Example

White with #422919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422919; }

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

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

background-color css

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

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

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

border-color css

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

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

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