Html Css Color HEX #462600 Bistre

📋 copy color: '#462600'

red 70 ◦ green 38 ◦ blue 0

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

Shades of Bistre #462600

Tints of Bistre #462600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 35.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.81%
G = 35.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#462600 (or 0x462600) is known color: Bistre. HEX triplet: 46, 26 and 00. RGB value is (70,38,0). Sum of RGB (Red+Green+Blue) = 70+38+0=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #462600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462600 is #B9D9FF. Grayscale: #2B2B2B. Windows color (decimal): -12179968 or 9798. OLE color: 9798.

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

Color convert

RGB 70 38 0 -
CMYK 0 0.46 1 0.73
HSL 32.57º 1% 0.14% -
HSV(B) 32.57º 1% 0.27% -
XYZ 3.22 2.69 0.35 -
YUV 43.24 103.6 147.09 -
System Red Green Blue C M Y K H S L
Decimal 70 38 0 0 0.46 1 0.73 32.57 1 0.14
Hex 46 26 0 0 2E 64 49 21 64 E
Octal 106 46 0 0 56 144 111 41 144 16
Binary 1000110 100110 0 0 101110 1100100 1001001 100001 1100100 1110

Color Harmonies of #462600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462600

Black with #462600

Text Example


Text Example

White with #462600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462600; }

 p { color: rgb(70,38,0); }

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

background-color css

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

 a { background-color: rgb(70,38,0); }

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

border-color css

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

 span { border-color: rgb(70,38,0); }

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