Html Css Color HEX #462902 Bistre

📋 copy color: '#462902'

red 70 ◦ green 41 ◦ blue 2

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

Shades of Bistre #462902

Tints of Bistre #462902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.77%

R = 61.95%
G = 36.28%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#462902 (or 0x462902) is known color: Bistre. HEX triplet: 46, 29 and 02. RGB value is (70,41,2). Sum of RGB (Red+Green+Blue) = 70+41+2=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #462902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462902 is #B9D6FD. Grayscale: #2D2D2D. Windows color (decimal): -12179198 or 141638. OLE color: 141638.

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

Color convert

RGB 70 41 2 -
CMYK 0 0.41 0.97 0.73
HSL 34.41º 0.94% 0.14% -
HSV(B) 34.41º 0.97% 0.27% -
XYZ 3.33 2.89 0.44 -
YUV 45.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 70 41 2 0 0.41 0.97 0.73 34.41 0.94 0.14
Hex 46 29 2 0 29 61 49 22 5E E
Octal 106 51 2 0 51 141 111 42 136 16
Binary 1000110 101001 10 0 101001 1100001 1001001 100010 1011110 1110

Color Harmonies of #462902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462902

Black with #462902

Text Example


Text Example

White with #462902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462902; }

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

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

background-color css

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

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

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

border-color css

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

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

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