Html Css Color HEX #462401 Bistre

📋 copy color: '#462401'

red 70 ◦ green 36 ◦ blue 1

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

Shades of Bistre #462401

Tints of Bistre #462401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.64%

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

R = 65.42%
G = 33.64%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#462401 (or 0x462401) is known color: Bistre. HEX triplet: 46, 24 and 01. RGB value is (70,36,1). Sum of RGB (Red+Green+Blue) = 70+36+1=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #462401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462401 is #B9DBFE. Grayscale: #2A2A2A. Windows color (decimal): -12180479 or 74822. OLE color: 74822.

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

Color convert

RGB 70 36 1 -
CMYK 0 0.49 0.99 0.73
HSL 30.43º 0.97% 0.14% -
HSV(B) 30.43º 0.99% 0.27% -
XYZ 3.16 2.57 0.36 -
YUV 42.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 70 36 1 0 0.49 0.99 0.73 30.43 0.97 0.14
Hex 46 24 1 0 31 63 49 1E 61 E
Octal 106 44 1 0 61 143 111 36 141 16
Binary 1000110 100100 1 0 110001 1100011 1001001 11110 1100001 1110

Color Harmonies of #462401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462401

Black with #462401

Text Example


Text Example

White with #462401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462401; }

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

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

background-color css

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

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

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

border-color css

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

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

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