Html Css Color HEX #462501 Bistre

📋 copy color: '#462501'

red 70 ◦ green 37 ◦ blue 1

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

Shades of Bistre #462501

Tints of Bistre #462501

RGB

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

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

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

R = 64.81%
G = 34.26%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#462501 (or 0x462501) is known color: Bistre. HEX triplet: 46, 25 and 01. RGB value is (70,37,1). Sum of RGB (Red+Green+Blue) = 70+37+1=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #462501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462501 is #B9DAFE. Grayscale: #2A2A2A. Windows color (decimal): -12180223 or 75078. OLE color: 75078.

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

Color convert

RGB 70 37 1 -
CMYK 0 0.47 0.99 0.73
HSL 31.3º 0.97% 0.14% -
HSV(B) 31.3º 0.99% 0.27% -
XYZ 3.19 2.63 0.37 -
YUV 42.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 70 37 1 0 0.47 0.99 0.73 31.3 0.97 0.14
Hex 46 25 1 0 2F 63 49 1F 61 E
Octal 106 45 1 0 57 143 111 37 141 16
Binary 1000110 100101 1 0 101111 1100011 1001001 11111 1100001 1110

Color Harmonies of #462501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462501

Black with #462501

Text Example


Text Example

White with #462501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462501; }

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

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

background-color css

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

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

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

border-color css

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

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

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