Html Css Color HEX #462905 Bistre

📋 copy color: '#462905'

red 70 ◦ green 41 ◦ blue 5

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

Shades of Bistre #462905

Tints of Bistre #462905

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.34%

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

R = 60.34%
G = 35.34%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#462905 (or 0x462905) is known color: Bistre. HEX triplet: 46, 29 and 05. RGB value is (70,41,5). Sum of RGB (Red+Green+Blue) = 70+41+5=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #462905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462905 is #B9D6FA. Grayscale: #2D2D2D. Windows color (decimal): -12179195 or 338246. OLE color: 338246.

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

Color convert

RGB 70 41 5 -
CMYK 0 0.41 0.93 0.73
HSL 33.23º 0.87% 0.15% -
HSV(B) 33.23º 0.93% 0.27% -
XYZ 3.35 2.9 0.53 -
YUV 45.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 70 41 5 0 0.41 0.93 0.73 33.23 0.87 0.15
Hex 46 29 5 0 29 5D 49 21 57 F
Octal 106 51 5 0 51 135 111 41 127 17
Binary 1000110 101001 101 0 101001 1011101 1001001 100001 1010111 1111

Color Harmonies of #462905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462905

Black with #462905

Text Example


Text Example

White with #462905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462905; }

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

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

background-color css

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

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

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

border-color css

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

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

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