Html Css Color HEX #422610 Bistre

📋 copy color: '#422610'

red 66 ◦ green 38 ◦ blue 16

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

Shades of Bistre #422610

Tints of Bistre #422610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.33%

R = 55%
G = 31.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#422610 (or 0x422610) is known color: Bistre. HEX triplet: 42, 26 and 10. RGB value is (66,38,16). Sum of RGB (Red+Green+Blue) = 66+38+16=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #422610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422610 is #BDD9EF. Grayscale: #2B2B2B. Windows color (decimal): -12442096 or 1058370. OLE color: 1058370.

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

Color convert

RGB 66 38 16 -
CMYK 0 0.42 0.76 0.74
HSL 26.4º 0.61% 0.16% -
HSV(B) 26.4º 0.76% 0.26% -
XYZ 3.03 2.58 0.83 -
YUV 43.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 66 38 16 0 0.42 0.76 0.74 26.4 0.61 0.16
Hex 42 26 10 0 2A 4C 4A 1A 3D 10
Octal 102 46 20 0 52 114 112 32 75 20
Binary 1000010 100110 10000 0 101010 1001100 1001010 11010 111101 10000

Color Harmonies of #422610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422610

Black with #422610

Text Example


Text Example

White with #422610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422610; }

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

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

background-color css

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

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

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

border-color css

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

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

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