Html Css Color HEX #423410 Mikado

📋 copy color: '#423410'

red 66 ◦ green 52 ◦ blue 16

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

Shades of Mikado #423410

Tints of Mikado #423410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 49.25%
G = 38.81%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#423410 (or 0x423410) is known color: Mikado. HEX triplet: 42, 34 and 10. RGB value is (66,52,16). Sum of RGB (Red+Green+Blue) = 66+52+16=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #423410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423410 is #BDCBEF. Grayscale: #343434. Windows color (decimal): -12438512 or 1061954. OLE color: 1061954.

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

Color convert

RGB 66 52 16 -
CMYK 0 0.21 0.76 0.74
HSL 43.2º 0.61% 0.16% -
HSV(B) 43.2º 0.76% 0.26% -
XYZ 3.57 3.65 1.01 -
YUV 52.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 66 52 16 0 0.21 0.76 0.74 43.2 0.61 0.16
Hex 42 34 10 0 15 4C 4A 2B 3D 10
Octal 102 64 20 0 25 114 112 53 75 20
Binary 1000010 110100 10000 0 10101 1001100 1001010 101011 111101 10000

Color Harmonies of #423410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423410

Black with #423410

Text Example


Text Example

White with #423410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423410; }

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

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

background-color css

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

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

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

border-color css

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

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

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