Html Css Color HEX #423401 Mikado

📋 copy color: '#423401'

red 66 ◦ green 52 ◦ blue 1

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

Shades of Mikado #423401

Tints of Mikado #423401

RGB

 RED value IS 66 (26.17% from 255) = 55.46%

 GREEN value IS 52 (20.7% from 255) = 43.7%

 BLUE value IS 1 (0.78% from 255) = 0.84%

R = 55.46%
G = 43.7%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#423401 (or 0x423401) is known color: Mikado. HEX triplet: 42, 34 and 01. RGB value is (66,52,1). Sum of RGB (Red+Green+Blue) = 66+52+1=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #423401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423401 is #BDCBFE. Grayscale: #323232. Windows color (decimal): -12438527 or 78914. OLE color: 78914.

HSL color Cylindrical-coordinate representation of color #423401: hue angle of 47.08º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #423401 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 52 1 -
CMYK 0 0.21 0.98 0.74
HSL 47.08º 0.97% 0.13% -
HSV(B) 47.08º 0.98% 0.26% -
XYZ 3.48 3.62 0.54 -
YUV 50.37 100.14 139.15 -
System Red Green Blue C M Y K H S L
Decimal 66 52 1 0 0.21 0.98 0.74 47.08 0.97 0.13
Hex 42 34 1 0 15 62 4A 2F 61 D
Octal 102 64 1 0 25 142 112 57 141 15
Binary 1000010 110100 1 0 10101 1100010 1001010 101111 1100001 1101

Color Harmonies of #423401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423401

Black with #423401

Text Example


Text Example

White with #423401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423401; }

 p { color: rgb(66,52,1); }

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

background-color css

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

 a { background-color: rgb(66,52,1); }

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

border-color css

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

 span { border-color: rgb(66,52,1); }

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