Html Css Color HEX #422511 Bistre

📋 copy color: '#422511'

red 66 ◦ green 37 ◦ blue 17

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

Shades of Bistre #422511

Tints of Bistre #422511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.83%

 BLUE value IS 17 (7.03% from 255) = 14.17%

R = 55%
G = 30.83%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#422511 (or 0x422511) is known color: Bistre. HEX triplet: 42, 25 and 11. RGB value is (66,37,17). Sum of RGB (Red+Green+Blue) = 66+37+17=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #422511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422511 is #BDDAEE. Grayscale: #2B2B2B. Windows color (decimal): -12442351 or 1123650. OLE color: 1123650.

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

Color convert

RGB 66 37 17 -
CMYK 0 0.44 0.74 0.74
HSL 24.49º 0.59% 0.16% -
HSV(B) 24.49º 0.74% 0.26% -
XYZ 3.01 2.52 0.86 -
YUV 43.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 66 37 17 0 0.44 0.74 0.74 24.49 0.59 0.16
Hex 42 25 11 0 2C 4A 4A 18 3B 10
Octal 102 45 21 0 54 112 112 30 73 20
Binary 1000010 100101 10001 0 101100 1001010 1001010 11000 111011 10000

Color Harmonies of #422511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422511

Black with #422511

Text Example


Text Example

White with #422511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422511; }

 p { color: rgb(66,37,17); }

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

background-color css

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

 a { background-color: rgb(66,37,17); }

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

border-color css

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

 span { border-color: rgb(66,37,17); }

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