Html Css Color HEX #463307 Mikado

📋 copy color: '#463307'

red 70 ◦ green 51 ◦ blue 7

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

Shades of Mikado #463307

Tints of Mikado #463307

RGB

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

 GREEN value IS 51 (20.31% from 255) = 39.84%

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

R = 54.69%
G = 39.84%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#463307 (or 0x463307) is known color: Mikado. HEX triplet: 46, 33 and 07. RGB value is (70,51,7). Sum of RGB (Red+Green+Blue) = 70+51+7=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #463307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463307 is #B9CCF8. Grayscale: #333333. Windows color (decimal): -12176633 or 471878. OLE color: 471878.

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

Color convert

RGB 70 51 7 -
CMYK 0 0.27 0.90 0.73
HSL 41.9º 0.82% 0.15% -
HSV(B) 41.9º 0.9% 0.27% -
XYZ 3.75 3.69 0.71 -
YUV 51.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 70 51 7 0 0.27 0.90 0.73 41.9 0.82 0.15
Hex 46 33 7 0 1B 5A 49 2A 52 F
Octal 106 63 7 0 33 132 111 52 122 17
Binary 1000110 110011 111 0 11011 1011010 1001001 101010 1010010 1111

Color Harmonies of #463307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463307

Black with #463307

Text Example


Text Example

White with #463307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463307; }

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

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

background-color css

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

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

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

border-color css

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

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

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