Html Css Color HEX #462A07 Bistre

📋 copy color: '#462A07'

red 70 ◦ green 42 ◦ blue 7

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

Shades of Bistre #462A07

Tints of Bistre #462A07

RGB

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

 GREEN value IS 42 (16.8% from 255) = 35.29%

 BLUE value IS 7 (3.13% from 255) = 5.88%

R = 58.82%
G = 35.29%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#462A07 (or 0x462A07) is known color: Bistre. HEX triplet: 46, 2A and 07. RGB value is (70,42,7). Sum of RGB (Red+Green+Blue) = 70+42+7=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #462A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A07 is #B9D5F8. Grayscale: #2E2E2E. Windows color (decimal): -12178937 or 469574. OLE color: 469574.

HSL color Cylindrical-coordinate representation of color #462A07: hue angle of 33.33º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #462A07 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 42 7 -
CMYK 0 0.40 0.90 0.73
HSL 33.33º 0.82% 0.15% -
HSV(B) 33.33º 0.9% 0.27% -
XYZ 3.39 2.97 0.6 -
YUV 46.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 70 42 7 0 0.40 0.90 0.73 33.33 0.82 0.15
Hex 46 2A 7 0 28 5A 49 21 52 F
Octal 106 52 7 0 50 132 111 41 122 17
Binary 1000110 101010 111 0 101000 1011010 1001001 100001 1010010 1111

Color Harmonies of #462A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A07

Black with #462A07

Text Example


Text Example

White with #462A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,42,7); }

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

background-color css

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

 a { background-color: rgb(70,42,7); }

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

border-color css

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

 span { border-color: rgb(70,42,7); }

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