Html Css Color HEX #423301 Mikado

📋 copy color: '#423301'

red 66 ◦ green 51 ◦ blue 1

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

Shades of Mikado #423301

Tints of Mikado #423301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 43.22%

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

R = 55.93%
G = 43.22%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#423301 (or 0x423301) is known color: Mikado. HEX triplet: 42, 33 and 01. RGB value is (66,51,1). Sum of RGB (Red+Green+Blue) = 66+51+1=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #423301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423301 is #BDCCFE. Grayscale: #323232. Windows color (decimal): -12438783 or 78658. OLE color: 78658.

HSL color Cylindrical-coordinate representation of color #423301: hue angle of 46.15º 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 #423301 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 51 1 -
CMYK 0 0.23 0.98 0.74
HSL 46.15º 0.97% 0.13% -
HSV(B) 46.15º 0.98% 0.26% -
XYZ 3.44 3.53 0.53 -
YUV 49.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 66 51 1 0 0.23 0.98 0.74 46.15 0.97 0.13
Hex 42 33 1 0 17 62 4A 2E 61 D
Octal 102 63 1 0 27 142 112 56 141 15
Binary 1000010 110011 1 0 10111 1100010 1001010 101110 1100001 1101

Color Harmonies of #423301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423301

Black with #423301

Text Example


Text Example

White with #423301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423301; }

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

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

background-color css

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

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

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

border-color css

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

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

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