Html Css Color HEX #462809 Bistre

📋 copy color: '#462809'

red 70 ◦ green 40 ◦ blue 9

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

Shades of Bistre #462809

Tints of Bistre #462809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.61%

 BLUE value IS 9 (3.91% from 255) = 7.56%

R = 58.82%
G = 33.61%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#462809 (or 0x462809) is known color: Bistre. HEX triplet: 46, 28 and 09. RGB value is (70,40,9). Sum of RGB (Red+Green+Blue) = 70+40+9=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #462809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462809 is #B9D7F6. Grayscale: #2D2D2D. Windows color (decimal): -12179447 or 600134. OLE color: 600134.

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

Color convert

RGB 70 40 9 -
CMYK 0 0.43 0.87 0.73
HSL 30.49º 0.77% 0.15% -
HSV(B) 30.49º 0.87% 0.27% -
XYZ 3.33 2.84 0.63 -
YUV 45.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 70 40 9 0 0.43 0.87 0.73 30.49 0.77 0.15
Hex 46 28 9 0 2B 57 49 1E 4D F
Octal 106 50 11 0 53 127 111 36 115 17
Binary 1000110 101000 1001 0 101011 1010111 1001001 11110 1001101 1111

Color Harmonies of #462809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462809

Black with #462809

Text Example


Text Example

White with #462809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462809; }

 p { color: rgb(70,40,9); }

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

background-color css

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

 a { background-color: rgb(70,40,9); }

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

border-color css

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

 span { border-color: rgb(70,40,9); }

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