Html Css Color HEX #422710 Bistre

📋 copy color: '#422710'

red 66 ◦ green 39 ◦ blue 16

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

Shades of Bistre #422710

Tints of Bistre #422710

RGB

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

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

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

R = 54.55%
G = 32.23%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#422710 (or 0x422710) is known color: Bistre. HEX triplet: 42, 27 and 10. RGB value is (66,39,16). Sum of RGB (Red+Green+Blue) = 66+39+16=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #422710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422710 is #BDD8EF. Grayscale: #2C2C2C. Windows color (decimal): -12441840 or 1058626. OLE color: 1058626.

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

Color convert

RGB 66 39 16 -
CMYK 0 0.41 0.76 0.74
HSL 27.6º 0.61% 0.16% -
HSV(B) 27.6º 0.76% 0.26% -
XYZ 3.07 2.65 0.84 -
YUV 44.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 66 39 16 0 0.41 0.76 0.74 27.6 0.61 0.16
Hex 42 27 10 0 29 4C 4A 1C 3D 10
Octal 102 47 20 0 51 114 112 34 75 20
Binary 1000010 100111 10000 0 101001 1001100 1001010 11100 111101 10000

Color Harmonies of #422710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422710

Black with #422710

Text Example


Text Example

White with #422710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422710; }

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

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

background-color css

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

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

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

border-color css

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

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

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