Html Css Color HEX #463008 Mikado

📋 copy color: '#463008'

red 70 ◦ green 48 ◦ blue 8

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

Shades of Mikado #463008

Tints of Mikado #463008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.1%

 BLUE value IS 8 (3.52% from 255) = 6.35%

R = 55.56%
G = 38.1%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#463008 (or 0x463008) is known color: Mikado. HEX triplet: 46, 30 and 08. RGB value is (70,48,8). Sum of RGB (Red+Green+Blue) = 70+48+8=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #463008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463008 is #B9CFF7. Grayscale: #323232. Windows color (decimal): -12177400 or 536646. OLE color: 536646.

HSL color Cylindrical-coordinate representation of color #463008: hue angle of 38.71º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #463008 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 48 8 -
CMYK 0 0.31 0.89 0.73
HSL 38.71º 0.79% 0.15% -
HSV(B) 38.71º 0.89% 0.27% -
XYZ 3.63 3.43 0.7 -
YUV 50.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 70 48 8 0 0.31 0.89 0.73 38.71 0.79 0.15
Hex 46 30 8 0 1F 59 49 27 4F F
Octal 106 60 10 0 37 131 111 47 117 17
Binary 1000110 110000 1000 0 11111 1011001 1001001 100111 1001111 1111

Color Harmonies of #463008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463008

Black with #463008

Text Example


Text Example

White with #463008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463008; }

 p { color: rgb(70,48,8); }

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

background-color css

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

 a { background-color: rgb(70,48,8); }

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

border-color css

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

 span { border-color: rgb(70,48,8); }

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