Html Css Color HEX #422B19 Bistre

📋 copy color: '#422B19'

red 66 ◦ green 43 ◦ blue 25

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

Shades of Bistre #422B19

Tints of Bistre #422B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.09%

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

R = 49.25%
G = 32.09%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#422B19 (or 0x422B19) is known color: Bistre. HEX triplet: 42, 2B and 19. RGB value is (66,43,25). Sum of RGB (Red+Green+Blue) = 66+43+25=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #422B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422B19 is #BDD4E6. Grayscale: #2F2F2F. Windows color (decimal): -12440807 or 1649474. OLE color: 1649474.

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

Color convert

RGB 66 43 25 -
CMYK 0 0.35 0.62 0.74
HSL 26.34º 0.45% 0.18% -
HSV(B) 26.34º 0.62% 0.26% -
XYZ 3.29 2.96 1.32 -
YUV 47.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 66 43 25 0 0.35 0.62 0.74 26.34 0.45 0.18
Hex 42 2B 19 0 23 3E 4A 1A 2D 12
Octal 102 53 31 0 43 76 112 32 55 22
Binary 1000010 101011 11001 0 100011 111110 1001010 11010 101101 10010

Color Harmonies of #422B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B19

Black with #422B19

Text Example


Text Example

White with #422B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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