Html Css Color HEX #462B01 Bistre

📋 copy color: '#462B01'

red 70 ◦ green 43 ◦ blue 1

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

Shades of Bistre #462B01

Tints of Bistre #462B01

RGB

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

 GREEN value IS 43 (17.19% from 255) = 37.72%

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

R = 61.4%
G = 37.72%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#462B01 (or 0x462B01) is known color: Bistre. HEX triplet: 46, 2B and 01. RGB value is (70,43,1). Sum of RGB (Red+Green+Blue) = 70+43+1=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #462B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462B01 is #B9D4FE. Grayscale: #2E2E2E. Windows color (decimal): -12178687 or 76614. OLE color: 76614.

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

Color convert

RGB 70 43 1 -
CMYK 0 0.39 0.99 0.73
HSL 36.52º 0.97% 0.14% -
HSV(B) 36.52º 0.99% 0.27% -
XYZ 3.4 3.03 0.44 -
YUV 46.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 70 43 1 0 0.39 0.99 0.73 36.52 0.97 0.14
Hex 46 2B 1 0 27 63 49 25 61 E
Octal 106 53 1 0 47 143 111 45 141 16
Binary 1000110 101011 1 0 100111 1100011 1001001 100101 1100001 1110

Color Harmonies of #462B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B01

Black with #462B01

Text Example


Text Example

White with #462B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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