Html Css Color HEX #463718 Mikado

📋 copy color: '#463718'

red 70 ◦ green 55 ◦ blue 24

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

Shades of Mikado #463718

Tints of Mikado #463718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.11%

R = 46.98%
G = 36.91%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#463718 (or 0x463718) is known color: Mikado. HEX triplet: 46, 37 and 18. RGB value is (70,55,24). Sum of RGB (Red+Green+Blue) = 70+55+24=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #463718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463718 is #B9C8E7. Grayscale: #383838. Windows color (decimal): -12175592 or 1587014. OLE color: 1587014.

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

Color convert

RGB 70 55 24 -
CMYK 0 0.21 0.66 0.73
HSL 40.43º 0.49% 0.18% -
HSV(B) 40.43º 0.66% 0.27% -
XYZ 4.06 4.1 1.44 -
YUV 55.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 70 55 24 0 0.21 0.66 0.73 40.43 0.49 0.18
Hex 46 37 18 0 15 42 49 28 31 12
Octal 106 67 30 0 25 102 111 50 61 22
Binary 1000110 110111 11000 0 10101 1000010 1001001 101000 110001 10010

Color Harmonies of #463718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463718

Black with #463718

Text Example


Text Example

White with #463718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463718; }

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

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

background-color css

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

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

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

border-color css

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

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

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