Html Css Color HEX #463619 Mikado

📋 copy color: '#463619'

red 70 ◦ green 54 ◦ blue 25

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

Shades of Mikado #463619

Tints of Mikado #463619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.24%

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

R = 46.98%
G = 36.24%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#463619 (or 0x463619) is known color: Mikado. HEX triplet: 46, 36 and 19. RGB value is (70,54,25). Sum of RGB (Red+Green+Blue) = 70+54+25=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #463619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463619 is #B9C9E6. Grayscale: #373737. Windows color (decimal): -12175847 or 1652294. OLE color: 1652294.

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

Color convert

RGB 70 54 25 -
CMYK 0 0.23 0.64 0.73
HSL 38.67º 0.47% 0.19% -
HSV(B) 38.67º 0.64% 0.27% -
XYZ 4.02 4.01 1.48 -
YUV 55.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 70 54 25 0 0.23 0.64 0.73 38.67 0.47 0.19
Hex 46 36 19 0 17 40 49 27 2F 13
Octal 106 66 31 0 27 100 111 47 57 23
Binary 1000110 110110 11001 0 10111 1000000 1001001 100111 101111 10011

Color Harmonies of #463619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463619

Black with #463619

Text Example


Text Example

White with #463619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463619; }

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

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

background-color css

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

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

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

border-color css

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

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

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