Html Css Color HEX #422609 Bistre

📋 copy color: '#422609'

red 66 ◦ green 38 ◦ blue 9

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

Shades of Bistre #422609

Tints of Bistre #422609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.63%

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

R = 58.41%
G = 33.63%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#422609 (or 0x422609) is known color: Bistre. HEX triplet: 42, 26 and 09. RGB value is (66,38,9). Sum of RGB (Red+Green+Blue) = 66+38+9=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #422609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422609 is #BDD9F6. Grayscale: #2B2B2B. Windows color (decimal): -12442103 or 599618. OLE color: 599618.

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

Color convert

RGB 66 38 9 -
CMYK 0 0.42 0.86 0.74
HSL 30.53º 0.76% 0.15% -
HSV(B) 30.53º 0.86% 0.26% -
XYZ 2.99 2.56 0.6 -
YUV 43.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 66 38 9 0 0.42 0.86 0.74 30.53 0.76 0.15
Hex 42 26 9 0 2A 56 4A 1F 4C F
Octal 102 46 11 0 52 126 112 37 114 17
Binary 1000010 100110 1001 0 101010 1010110 1001010 11111 1001100 1111

Color Harmonies of #422609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422609

Black with #422609

Text Example


Text Example

White with #422609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422609; }

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

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

background-color css

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

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

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

border-color css

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

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

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