Html Css Color HEX #422A1B Bistre

📋 copy color: '#422A1B'

red 66 ◦ green 42 ◦ blue 27

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

Shades of Bistre #422A1B

Tints of Bistre #422A1B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.11%

 BLUE value IS 27 (10.94% from 255) = 20%

R = 48.89%
G = 31.11%
B = 20%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#422A1B (or 0x422A1B) is known color: Bistre. HEX triplet: 42, 2A and 1B. RGB value is (66,42,27). Sum of RGB (Red+Green+Blue) = 66+42+27=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #422A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A1B is #BDD5E4. Grayscale: #2F2F2F. Windows color (decimal): -12441061 or 1780290. OLE color: 1780290.

HSL color Cylindrical-coordinate representation of color #422A1B: hue angle of 23.08º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #422A1B is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 42 27 -
CMYK 0 0.36 0.59 0.74
HSL 23.08º 0.42% 0.18% -
HSV(B) 23.08º 0.59% 0.26% -
XYZ 3.27 2.89 1.42 -
YUV 47.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 66 42 27 0 0.36 0.59 0.74 23.08 0.42 0.18
Hex 42 2A 1B 0 24 3B 4A 17 2A 12
Octal 102 52 33 0 44 73 112 27 52 22
Binary 1000010 101010 11011 0 100100 111011 1001010 10111 101010 10010

Color Harmonies of #422A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A1B

Black with #422A1B

Text Example


Text Example

White with #422A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,42,27); }

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

background-color css

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

 a { background-color: rgb(66,42,27); }

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

border-color css

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

 span { border-color: rgb(66,42,27); }

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