Html Css Color HEX #462B00 Bistre

📋 copy color: '#462B00'

red 70 ◦ green 43 ◦ blue 0

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

Shades of Bistre #462B00

Tints of Bistre #462B00

RGB

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

 GREEN value IS 43 (17.19% from 255) = 38.05%

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

R = 61.95%
G = 38.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#462B00 (or 0x462B00) is known color: Bistre. HEX triplet: 46, 2B and 00. RGB value is (70,43,0). Sum of RGB (Red+Green+Blue) = 70+43+0=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #462B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462B00 is #B9D4FF. Grayscale: #2E2E2E. Windows color (decimal): -12178688 or 11078. OLE color: 11078.

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

Color convert

RGB 70 43 0 -
CMYK 0 0.39 1 0.73
HSL 36.86º 1% 0.14% -
HSV(B) 36.86º 1% 0.27% -
XYZ 3.39 3.03 0.41 -
YUV 46.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 70 43 0 0 0.39 1 0.73 36.86 1 0.14
Hex 46 2B 0 0 27 64 49 25 64 E
Octal 106 53 0 0 47 144 111 45 144 16
Binary 1000110 101011 0 0 100111 1100100 1001001 100101 1100100 1110

Color Harmonies of #462B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B00

Black with #462B00

Text Example


Text Example

White with #462B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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