Html Css Color HEX #422607 Bistre

📋 copy color: '#422607'

red 66 ◦ green 38 ◦ blue 7

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

Shades of Bistre #422607

Tints of Bistre #422607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.31%

R = 59.46%
G = 34.23%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#422607 (or 0x422607) is known color: Bistre. HEX triplet: 42, 26 and 07. RGB value is (66,38,7). Sum of RGB (Red+Green+Blue) = 66+38+7=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #422607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422607 is #BDD9F8. Grayscale: #2A2A2A. Windows color (decimal): -12442105 or 468546. OLE color: 468546.

HSL color Cylindrical-coordinate representation of color #422607: hue angle of 31.53º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #422607 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 38 7 -
CMYK 0 0.42 0.89 0.74
HSL 31.53º 0.81% 0.14% -
HSV(B) 31.53º 0.89% 0.26% -
XYZ 2.98 2.56 0.54 -
YUV 42.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 66 38 7 0 0.42 0.89 0.74 31.53 0.81 0.14
Hex 42 26 7 0 2A 59 4A 20 51 E
Octal 102 46 7 0 52 131 112 40 121 16
Binary 1000010 100110 111 0 101010 1011001 1001010 100000 1010001 1110

Color Harmonies of #422607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422607

Black with #422607

Text Example


Text Example

White with #422607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422607; }

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

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

background-color css

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

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

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

border-color css

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

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

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