Html Css Color HEX #462502 Bistre

📋 copy color: '#462502'

red 70 ◦ green 37 ◦ blue 2

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

Shades of Bistre #462502

Tints of Bistre #462502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.94%

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

R = 64.22%
G = 33.94%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#462502 (or 0x462502) is known color: Bistre. HEX triplet: 46, 25 and 02. RGB value is (70,37,2). Sum of RGB (Red+Green+Blue) = 70+37+2=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #462502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462502 is #B9DAFD. Grayscale: #2B2B2B. Windows color (decimal): -12180222 or 140614. OLE color: 140614.

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

Color convert

RGB 70 37 2 -
CMYK 0 0.47 0.97 0.73
HSL 30.88º 0.94% 0.14% -
HSV(B) 30.88º 0.97% 0.27% -
XYZ 3.2 2.63 0.4 -
YUV 42.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 70 37 2 0 0.47 0.97 0.73 30.88 0.94 0.14
Hex 46 25 2 0 2F 61 49 1F 5E E
Octal 106 45 2 0 57 141 111 37 136 16
Binary 1000110 100101 10 0 101111 1100001 1001001 11111 1011110 1110

Color Harmonies of #462502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462502

Black with #462502

Text Example


Text Example

White with #462502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462502; }

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

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

background-color css

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

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

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

border-color css

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

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

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