Html Css Color HEX #462505 Bistre

📋 copy color: '#462505'

red 70 ◦ green 37 ◦ blue 5

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

Shades of Bistre #462505

Tints of Bistre #462505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.46%

R = 62.5%
G = 33.04%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#462505 (or 0x462505) is known color: Bistre. HEX triplet: 46, 25 and 05. RGB value is (70,37,5). Sum of RGB (Red+Green+Blue) = 70+37+5=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #462505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462505 is #B9DAFA. Grayscale: #2B2B2B. Windows color (decimal): -12180219 or 337222. OLE color: 337222.

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

Color convert

RGB 70 37 5 -
CMYK 0 0.47 0.93 0.73
HSL 29.54º 0.87% 0.15% -
HSV(B) 29.54º 0.93% 0.27% -
XYZ 3.21 2.64 0.48 -
YUV 43.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 70 37 5 0 0.47 0.93 0.73 29.54 0.87 0.15
Hex 46 25 5 0 2F 5D 49 1E 57 F
Octal 106 45 5 0 57 135 111 36 127 17
Binary 1000110 100101 101 0 101111 1011101 1001001 11110 1010111 1111

Color Harmonies of #462505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462505

Black with #462505

Text Example


Text Example

White with #462505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462505; }

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

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

background-color css

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

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

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

border-color css

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

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

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