Html Css Color HEX #462E04 Mikado

📋 copy color: '#462E04'

red 70 ◦ green 46 ◦ blue 4

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

Shades of Mikado #462E04

Tints of Mikado #462E04

RGB

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

 GREEN value IS 46 (18.36% from 255) = 38.33%

 BLUE value IS 4 (1.95% from 255) = 3.33%

R = 58.33%
G = 38.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#462E04 (or 0x462E04) is known color: Mikado. HEX triplet: 46, 2E and 04. RGB value is (70,46,4). Sum of RGB (Red+Green+Blue) = 70+46+4=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #462E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462E04 is #B9D1FB. Grayscale: #303030. Windows color (decimal): -12177916 or 273990. OLE color: 273990.

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

Color convert

RGB 70 46 4 -
CMYK 0 0.34 0.94 0.73
HSL 38.18º 0.89% 0.15% -
HSV(B) 38.18º 0.94% 0.27% -
XYZ 3.52 3.26 0.56 -
YUV 48.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 70 46 4 0 0.34 0.94 0.73 38.18 0.89 0.15
Hex 46 2E 4 0 22 5E 49 26 59 F
Octal 106 56 4 0 42 136 111 46 131 17
Binary 1000110 101110 100 0 100010 1011110 1001001 100110 1011001 1111

Color Harmonies of #462E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E04

Black with #462E04

Text Example


Text Example

White with #462E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462E04; }

 p { color: rgb(70,46,4); }

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

background-color css

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

 a { background-color: rgb(70,46,4); }

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

border-color css

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

 span { border-color: rgb(70,46,4); }

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