Html Css Color HEX #423501 Mikado

📋 copy color: '#423501'

red 66 ◦ green 53 ◦ blue 1

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

Shades of Mikado #423501

Tints of Mikado #423501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.17%

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

R = 55%
G = 44.17%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#423501 (or 0x423501) is known color: Mikado. HEX triplet: 42, 35 and 01. RGB value is (66,53,1). Sum of RGB (Red+Green+Blue) = 66+53+1=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #423501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423501 is #BDCAFE. Grayscale: #333333. Windows color (decimal): -12438271 or 79170. OLE color: 79170.

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

Color convert

RGB 66 53 1 -
CMYK 0 0.20 0.98 0.74
HSL 48º 0.97% 0.13% -
HSV(B) 48º 0.98% 0.26% -
XYZ 3.53 3.71 0.56 -
YUV 50.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 66 53 1 0 0.20 0.98 0.74 48 0.97 0.13
Hex 42 35 1 0 14 62 4A 30 61 D
Octal 102 65 1 0 24 142 112 60 141 15
Binary 1000010 110101 1 0 10100 1100010 1001010 110000 1100001 1101

Color Harmonies of #423501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423501

Black with #423501

Text Example


Text Example

White with #423501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423501; }

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

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

background-color css

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

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

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

border-color css

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

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

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