Html Css Color HEX #423502 Mikado

📋 copy color: '#423502'

red 66 ◦ green 53 ◦ blue 2

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

Shades of Mikado #423502

Tints of Mikado #423502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.65%

R = 54.55%
G = 43.8%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#423502 (or 0x423502) is known color: Mikado. HEX triplet: 42, 35 and 02. RGB value is (66,53,2). Sum of RGB (Red+Green+Blue) = 66+53+2=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #423502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423502 is #BDCAFD. Grayscale: #333333. Windows color (decimal): -12438270 or 144706. OLE color: 144706.

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

Color convert

RGB 66 53 2 -
CMYK 0 0.20 0.97 0.74
HSL 47.81º 0.94% 0.13% -
HSV(B) 47.81º 0.97% 0.26% -
XYZ 3.53 3.71 0.59 -
YUV 51.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 66 53 2 0 0.20 0.97 0.74 47.81 0.94 0.13
Hex 42 35 2 0 14 61 4A 30 5E D
Octal 102 65 2 0 24 141 112 60 136 15
Binary 1000010 110101 10 0 10100 1100001 1001010 110000 1011110 1101

Color Harmonies of #423502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423502

Black with #423502

Text Example


Text Example

White with #423502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423502; }

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

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

background-color css

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

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

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

border-color css

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

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

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