Html Css Color HEX #463719 Mikado

📋 copy color: '#463719'

red 70 ◦ green 55 ◦ blue 25

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

Shades of Mikado #463719

Tints of Mikado #463719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.67%

 BLUE value IS 25 (10.16% from 255) = 16.67%

R = 46.67%
G = 36.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#463719 (or 0x463719) is known color: Mikado. HEX triplet: 46, 37 and 19. RGB value is (70,55,25). Sum of RGB (Red+Green+Blue) = 70+55+25=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #463719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463719 is #B9C8E6. Grayscale: #383838. Windows color (decimal): -12175591 or 1652550. OLE color: 1652550.

HSL color Cylindrical-coordinate representation of color #463719: hue angle of 40º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463719 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 55 25 -
CMYK 0 0.21 0.64 0.73
HSL 40º 0.47% 0.19% -
HSV(B) 40º 0.64% 0.27% -
XYZ 4.07 4.1 1.5 -
YUV 56.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 70 55 25 0 0.21 0.64 0.73 40 0.47 0.19
Hex 46 37 19 0 15 40 49 28 2F 13
Octal 106 67 31 0 25 100 111 50 57 23
Binary 1000110 110111 11001 0 10101 1000000 1001001 101000 101111 10011

Color Harmonies of #463719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463719

Black with #463719

Text Example


Text Example

White with #463719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463719; }

 p { color: rgb(70,55,25); }

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

background-color css

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

 a { background-color: rgb(70,55,25); }

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

border-color css

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

 span { border-color: rgb(70,55,25); }

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