Html Css Color HEX #462601 Bistre

📋 copy color: '#462601'

red 70 ◦ green 38 ◦ blue 1

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

Shades of Bistre #462601

Tints of Bistre #462601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.92%

R = 64.22%
G = 34.86%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#462601 (or 0x462601) is known color: Bistre. HEX triplet: 46, 26 and 01. RGB value is (70,38,1). Sum of RGB (Red+Green+Blue) = 70+38+1=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #462601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462601 is #B9D9FE. Grayscale: #2B2B2B. Windows color (decimal): -12179967 or 75334. OLE color: 75334.

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

Color convert

RGB 70 38 1 -
CMYK 0 0.46 0.99 0.73
HSL 32.17º 0.97% 0.14% -
HSV(B) 32.17º 0.99% 0.27% -
XYZ 3.22 2.69 0.38 -
YUV 43.35 104.1 147.01 -
System Red Green Blue C M Y K H S L
Decimal 70 38 1 0 0.46 0.99 0.73 32.17 0.97 0.14
Hex 46 26 1 0 2E 63 49 20 61 E
Octal 106 46 1 0 56 143 111 40 141 16
Binary 1000110 100110 1 0 101110 1100011 1001001 100000 1100001 1110

Color Harmonies of #462601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462601

Black with #462601

Text Example


Text Example

White with #462601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462601; }

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

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

background-color css

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

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

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

border-color css

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

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

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