Html Css Color HEX #462400 Bistre

📋 copy color: '#462400'

red 70 ◦ green 36 ◦ blue 0

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

Shades of Bistre #462400

Tints of Bistre #462400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.96%

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

R = 66.04%
G = 33.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#462400 (or 0x462400) is known color: Bistre. HEX triplet: 46, 24 and 00. RGB value is (70,36,0). Sum of RGB (Red+Green+Blue) = 70+36+0=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #462400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462400 is #B9DBFF. Grayscale: #2A2A2A. Windows color (decimal): -12180480 or 9286. OLE color: 9286.

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

Color convert

RGB 70 36 0 -
CMYK 0 0.49 1 0.73
HSL 30.86º 1% 0.14% -
HSV(B) 30.86º 1% 0.27% -
XYZ 3.16 2.56 0.33 -
YUV 42.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 70 36 0 0 0.49 1 0.73 30.86 1 0.14
Hex 46 24 0 0 31 64 49 1F 64 E
Octal 106 44 0 0 61 144 111 37 144 16
Binary 1000110 100100 0 0 110001 1100100 1001001 11111 1100100 1110

Color Harmonies of #462400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462400

Black with #462400

Text Example


Text Example

White with #462400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462400; }

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

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

background-color css

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

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

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

border-color css

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

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

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