Html Css Color HEX #462611 Bistre

📋 copy color: '#462611'

red 70 ◦ green 38 ◦ blue 17

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

Shades of Bistre #462611

Tints of Bistre #462611

RGB

 RED value IS 70 (27.73% from 255) = 56%

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

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

R = 56%
G = 30.4%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#462611 (or 0x462611) is known color: Bistre. HEX triplet: 46, 26 and 11. RGB value is (70,38,17). Sum of RGB (Red+Green+Blue) = 70+38+17=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #462611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462611 is #B9D9EE. Grayscale: #2D2D2D. Windows color (decimal): -12179951 or 1123910. OLE color: 1123910.

HSL color Cylindrical-coordinate representation of color #462611: hue angle of 23.77º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462611 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 38 17 -
CMYK 0 0.46 0.76 0.73
HSL 23.77º 0.61% 0.17% -
HSV(B) 23.77º 0.76% 0.27% -
XYZ 3.32 2.73 0.88 -
YUV 45.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 70 38 17 0 0.46 0.76 0.73 23.77 0.61 0.17
Hex 46 26 11 0 2E 4C 49 18 3D 11
Octal 106 46 21 0 56 114 111 30 75 21
Binary 1000110 100110 10001 0 101110 1001100 1001001 11000 111101 10001

Color Harmonies of #462611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462611

Black with #462611

Text Example


Text Example

White with #462611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462611; }

 p { color: rgb(70,38,17); }

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

background-color css

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

 a { background-color: rgb(70,38,17); }

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

border-color css

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

 span { border-color: rgb(70,38,17); }

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