Html Css Color HEX #463818 Mikado

📋 copy color: '#463818'

red 70 ◦ green 56 ◦ blue 24

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

Shades of Mikado #463818

Tints of Mikado #463818

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.33%

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

R = 46.67%
G = 37.33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#463818 (or 0x463818) is known color: Mikado. HEX triplet: 46, 38 and 18. RGB value is (70,56,24). Sum of RGB (Red+Green+Blue) = 70+56+24=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #463818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463818 is #B9C7E7. Grayscale: #383838. Windows color (decimal): -12175336 or 1587270. OLE color: 1587270.

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

Color convert

RGB 70 56 24 -
CMYK 0 0.20 0.66 0.73
HSL 41.74º 0.49% 0.18% -
HSV(B) 41.74º 0.66% 0.27% -
XYZ 4.1 4.2 1.46 -
YUV 56.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 70 56 24 0 0.20 0.66 0.73 41.74 0.49 0.18
Hex 46 38 18 0 14 42 49 2A 31 12
Octal 106 70 30 0 24 102 111 52 61 22
Binary 1000110 111000 11000 0 10100 1000010 1001001 101010 110001 10010

Color Harmonies of #463818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463818

Black with #463818

Text Example


Text Example

White with #463818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463818; }

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

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

background-color css

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

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

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

border-color css

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

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

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