Html Css Color HEX #422714 Bistre

📋 copy color: '#422714'

red 66 ◦ green 39 ◦ blue 20

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

Shades of Bistre #422714

Tints of Bistre #422714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.2%

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

R = 52.8%
G = 31.2%
B = 16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#422714 (or 0x422714) is known color: Bistre. HEX triplet: 42, 27 and 14. RGB value is (66,39,20). Sum of RGB (Red+Green+Blue) = 66+39+20=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #422714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422714 is #BDD8EB. Grayscale: #2D2D2D. Windows color (decimal): -12441836 or 1320770. OLE color: 1320770.

HSL color Cylindrical-coordinate representation of color #422714: hue angle of 24.78º 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 #422714 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 39 20 -
CMYK 0 0.41 0.70 0.74
HSL 24.78º 0.53% 0.17% -
HSV(B) 24.78º 0.7% 0.26% -
XYZ 3.1 2.66 1.01 -
YUV 44.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 66 39 20 0 0.41 0.70 0.74 24.78 0.53 0.17
Hex 42 27 14 0 29 46 4A 19 35 11
Octal 102 47 24 0 51 106 112 31 65 21
Binary 1000010 100111 10100 0 101001 1000110 1001010 11001 110101 10001

Color Harmonies of #422714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422714

Black with #422714

Text Example


Text Example

White with #422714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422714; }

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

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

background-color css

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

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

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

border-color css

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

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

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