Html Css Color HEX #462801 Bistre

📋 copy color: '#462801'

red 70 ◦ green 40 ◦ blue 1

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

Shades of Bistre #462801

Tints of Bistre #462801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 36.04%

 BLUE value IS 1 (0.78% from 255) = 0.9%

R = 63.06%
G = 36.04%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#462801 (or 0x462801) is known color: Bistre. HEX triplet: 46, 28 and 01. RGB value is (70,40,1). Sum of RGB (Red+Green+Blue) = 70+40+1=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #462801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462801 is #B9D7FE. Grayscale: #2C2C2C. Windows color (decimal): -12179455 or 75846. OLE color: 75846.

HSL color Cylindrical-coordinate representation of color #462801: hue angle of 33.91º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #462801 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 40 1 -
CMYK 0 0.43 0.99 0.73
HSL 33.91º 0.97% 0.14% -
HSV(B) 33.91º 0.99% 0.27% -
XYZ 3.29 2.82 0.4 -
YUV 44.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 70 40 1 0 0.43 0.99 0.73 33.91 0.97 0.14
Hex 46 28 1 0 2B 63 49 22 61 E
Octal 106 50 1 0 53 143 111 42 141 16
Binary 1000110 101000 1 0 101011 1100011 1001001 100010 1100001 1110

Color Harmonies of #462801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462801

Black with #462801

Text Example


Text Example

White with #462801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462801; }

 p { color: rgb(70,40,1); }

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

background-color css

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

 a { background-color: rgb(70,40,1); }

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

border-color css

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

 span { border-color: rgb(70,40,1); }

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