Html Css Color HEX #462500 Bistre

📋 copy color: '#462500'

red 70 ◦ green 37 ◦ blue 0

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

Shades of Bistre #462500

Tints of Bistre #462500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.42%
G = 34.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#462500 (or 0x462500) is known color: Bistre. HEX triplet: 46, 25 and 00. RGB value is (70,37,0). Sum of RGB (Red+Green+Blue) = 70+37+0=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #462500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462500 is #B9DAFF. Grayscale: #2A2A2A. Windows color (decimal): -12180224 or 9542. OLE color: 9542.

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

Color convert

RGB 70 37 0 -
CMYK 0 0.47 1 0.73
HSL 31.71º 1% 0.14% -
HSV(B) 31.71º 1% 0.27% -
XYZ 3.19 2.63 0.34 -
YUV 42.65 103.93 147.51 -
System Red Green Blue C M Y K H S L
Decimal 70 37 0 0 0.47 1 0.73 31.71 1 0.14
Hex 46 25 0 0 2F 64 49 20 64 E
Octal 106 45 0 0 57 144 111 40 144 16
Binary 1000110 100101 0 0 101111 1100100 1001001 100000 1100100 1110

Color Harmonies of #462500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462500

Black with #462500

Text Example


Text Example

White with #462500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462500; }

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

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

background-color css

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

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

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

border-color css

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

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

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