Html Css Color HEX #462804 Bistre

📋 copy color: '#462804'

red 70 ◦ green 40 ◦ blue 4

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

Shades of Bistre #462804

Tints of Bistre #462804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.51%

R = 61.4%
G = 35.09%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#462804 (or 0x462804) is known color: Bistre. HEX triplet: 46, 28 and 04. RGB value is (70,40,4). Sum of RGB (Red+Green+Blue) = 70+40+4=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #462804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462804 is #B9D7FB. Grayscale: #2D2D2D. Windows color (decimal): -12179452 or 272454. OLE color: 272454.

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

Color convert

RGB 70 40 4 -
CMYK 0 0.43 0.94 0.73
HSL 32.73º 0.89% 0.15% -
HSV(B) 32.73º 0.94% 0.27% -
XYZ 3.31 2.83 0.49 -
YUV 44.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 70 40 4 0 0.43 0.94 0.73 32.73 0.89 0.15
Hex 46 28 4 0 2B 5E 49 21 59 F
Octal 106 50 4 0 53 136 111 41 131 17
Binary 1000110 101000 100 0 101011 1011110 1001001 100001 1011001 1111

Color Harmonies of #462804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462804

Black with #462804

Text Example


Text Example

White with #462804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462804; }

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

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

background-color css

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

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

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

border-color css

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

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

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