Html Css Color HEX #462702 Bistre

📋 copy color: '#462702'

red 70 ◦ green 39 ◦ blue 2

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

Shades of Bistre #462702

Tints of Bistre #462702

RGB

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

 GREEN value IS 39 (15.63% from 255) = 35.14%

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

R = 63.06%
G = 35.14%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#462702 (or 0x462702) is known color: Bistre. HEX triplet: 46, 27 and 02. RGB value is (70,39,2). Sum of RGB (Red+Green+Blue) = 70+39+2=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #462702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462702 is #B9D8FD. Grayscale: #2C2C2C. Windows color (decimal): -12179710 or 141126. OLE color: 141126.

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

Color convert

RGB 70 39 2 -
CMYK 0 0.44 0.97 0.73
HSL 32.65º 0.94% 0.14% -
HSV(B) 32.65º 0.97% 0.27% -
XYZ 3.26 2.76 0.42 -
YUV 44.05 104.27 146.51 -
System Red Green Blue C M Y K H S L
Decimal 70 39 2 0 0.44 0.97 0.73 32.65 0.94 0.14
Hex 46 27 2 0 2C 61 49 21 5E E
Octal 106 47 2 0 54 141 111 41 136 16
Binary 1000110 100111 10 0 101100 1100001 1001001 100001 1011110 1110

Color Harmonies of #462702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462702

Black with #462702

Text Example


Text Example

White with #462702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462702; }

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

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

background-color css

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

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

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

border-color css

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

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

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