Html Css Color HEX #422D1A Bistre

📋 copy color: '#422D1A'

red 66 ◦ green 45 ◦ blue 26

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

Shades of Bistre #422D1A

Tints of Bistre #422D1A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.85%

 BLUE value IS 26 (10.55% from 255) = 18.98%

R = 48.18%
G = 32.85%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#422D1A (or 0x422D1A) is known color: Bistre. HEX triplet: 42, 2D and 1A. RGB value is (66,45,26). Sum of RGB (Red+Green+Blue) = 66+45+26=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #422D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D1A is #BDD2E5. Grayscale: #313131. Windows color (decimal): -12440294 or 1715522. OLE color: 1715522.

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

Color convert

RGB 66 45 26 -
CMYK 0 0.32 0.61 0.74
HSL 28.5º 0.43% 0.18% -
HSV(B) 28.5º 0.61% 0.26% -
XYZ 3.37 3.11 1.4 -
YUV 49.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 66 45 26 0 0.32 0.61 0.74 28.5 0.43 0.18
Hex 42 2D 1A 0 20 3D 4A 1C 2B 12
Octal 102 55 32 0 40 75 112 34 53 22
Binary 1000010 101101 11010 0 100000 111101 1001010 11100 101011 10010

Color Harmonies of #422D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D1A

Black with #422D1A

Text Example


Text Example

White with #422D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,45,26); }

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

background-color css

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

 a { background-color: rgb(66,45,26); }

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

border-color css

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

 span { border-color: rgb(66,45,26); }

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