Html Css Color HEX #422709 Bistre

📋 copy color: '#422709'

red 66 ◦ green 39 ◦ blue 9

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

Shades of Bistre #422709

Tints of Bistre #422709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.89%

R = 57.89%
G = 34.21%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#422709 (or 0x422709) is known color: Bistre. HEX triplet: 42, 27 and 09. RGB value is (66,39,9). Sum of RGB (Red+Green+Blue) = 66+39+9=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #422709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422709 is #BDD8F6. Grayscale: #2B2B2B. Windows color (decimal): -12441847 or 599874. OLE color: 599874.

HSL color Cylindrical-coordinate representation of color #422709: hue angle of 31.58º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #422709 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 39 9 -
CMYK 0 0.41 0.86 0.74
HSL 31.58º 0.76% 0.15% -
HSV(B) 31.58º 0.86% 0.26% -
XYZ 3.02 2.63 0.61 -
YUV 43.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 66 39 9 0 0.41 0.86 0.74 31.58 0.76 0.15
Hex 42 27 9 0 29 56 4A 20 4C F
Octal 102 47 11 0 51 126 112 40 114 17
Binary 1000010 100111 1001 0 101001 1010110 1001010 100000 1001100 1111

Color Harmonies of #422709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422709

Black with #422709

Text Example


Text Example

White with #422709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422709; }

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

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

background-color css

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

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

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

border-color css

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

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

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