Html Css Color HEX #422F21 Bistre

📋 copy color: '#422F21'

red 66 ◦ green 47 ◦ blue 33

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

Shades of Bistre #422F21

Tints of Bistre #422F21

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.19%

 BLUE value IS 33 (13.28% from 255) = 22.6%

R = 45.21%
G = 32.19%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#422F21 (or 0x422F21) is known color: Bistre. HEX triplet: 42, 2F and 21. RGB value is (66,47,33). Sum of RGB (Red+Green+Blue) = 66+47+33=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #422F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F21 is #BDD0DE. Grayscale: #333333. Windows color (decimal): -12439775 or 2174786. OLE color: 2174786.

HSL color Cylindrical-coordinate representation of color #422F21: hue angle of 25.45º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #422F21 is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 47 33 -
CMYK 0 0.29 0.5 0.74
HSL 25.45º 0.33% 0.19% -
HSV(B) 25.45º 0.5% 0.26% -
XYZ 3.54 3.3 1.89 -
YUV 51.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 66 47 33 0 0.29 0.5 0.74 25.45 0.33 0.19
Hex 42 2F 21 0 1D 32 4A 19 21 13
Octal 102 57 41 0 35 62 112 31 41 23
Binary 1000010 101111 100001 0 11101 110010 1001010 11001 100001 10011

Color Harmonies of #422F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F21

Black with #422F21

Text Example


Text Example

White with #422F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,47,33); }

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

background-color css

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

 a { background-color: rgb(66,47,33); }

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

border-color css

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

 span { border-color: rgb(66,47,33); }

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