Html Css Color HEX #462701 Bistre

📋 copy color: '#462701'

red 70 ◦ green 39 ◦ blue 1

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

Shades of Bistre #462701

Tints of Bistre #462701

RGB

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

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

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

R = 63.64%
G = 35.45%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#462701 (or 0x462701) is known color: Bistre. HEX triplet: 46, 27 and 01. RGB value is (70,39,1). Sum of RGB (Red+Green+Blue) = 70+39+1=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #462701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462701 is #B9D8FE. Grayscale: #2C2C2C. Windows color (decimal): -12179711 or 75590. OLE color: 75590.

HSL color Cylindrical-coordinate representation of color #462701: hue angle of 33.04º 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 #462701 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 39 1 -
CMYK 0 0.44 0.99 0.73
HSL 33.04º 0.97% 0.14% -
HSV(B) 33.04º 0.99% 0.27% -
XYZ 3.26 2.76 0.39 -
YUV 43.94 103.77 146.59 -
System Red Green Blue C M Y K H S L
Decimal 70 39 1 0 0.44 0.99 0.73 33.04 0.97 0.14
Hex 46 27 1 0 2C 63 49 21 61 E
Octal 106 47 1 0 54 143 111 41 141 16
Binary 1000110 100111 1 0 101100 1100011 1001001 100001 1100001 1110

Color Harmonies of #462701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462701

Black with #462701

Text Example


Text Example

White with #462701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462701; }

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

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

background-color css

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

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

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

border-color css

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

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

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