Html Css Color HEX #422C14 Bistre

📋 copy color: '#422C14'

red 66 ◦ green 44 ◦ blue 20

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

Shades of Bistre #422C14

Tints of Bistre #422C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.85%

 BLUE value IS 20 (8.2% from 255) = 15.38%

R = 50.77%
G = 33.85%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#422C14 (or 0x422C14) is known color: Bistre. HEX triplet: 42, 2C and 14. RGB value is (66,44,20). Sum of RGB (Red+Green+Blue) = 66+44+20=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #422C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C14 is #BDD3EB. Grayscale: #2F2F2F. Windows color (decimal): -12440556 or 1322050. OLE color: 1322050.

HSL color Cylindrical-coordinate representation of color #422C14: hue angle of 31.3º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #422C14 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 44 20 -
CMYK 0 0.33 0.70 0.74
HSL 31.3º 0.53% 0.17% -
HSV(B) 31.3º 0.7% 0.26% -
XYZ 3.27 3.01 1.07 -
YUV 47.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 66 44 20 0 0.33 0.70 0.74 31.3 0.53 0.17
Hex 42 2C 14 0 21 46 4A 1F 35 11
Octal 102 54 24 0 41 106 112 37 65 21
Binary 1000010 101100 10100 0 100001 1000110 1001010 11111 110101 10001

Color Harmonies of #422C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C14

Black with #422C14

Text Example


Text Example

White with #422C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,44,20); }

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

background-color css

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

 a { background-color: rgb(66,44,20); }

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

border-color css

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

 span { border-color: rgb(66,44,20); }

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