Html Css Color HEX #423214 Mikado

📋 copy color: '#423214'

red 66 ◦ green 50 ◦ blue 20

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

Shades of Mikado #423214

Tints of Mikado #423214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.76%

 BLUE value IS 20 (8.2% from 255) = 14.71%

R = 48.53%
G = 36.76%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#423214 (or 0x423214) is known color: Mikado. HEX triplet: 42, 32 and 14. RGB value is (66,50,20). Sum of RGB (Red+Green+Blue) = 66+50+20=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #423214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423214 is #BDCDEB. Grayscale: #333333. Windows color (decimal): -12439020 or 1323586. OLE color: 1323586.

HSL color Cylindrical-coordinate representation of color #423214: hue angle of 39.13º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #423214 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 50 20 -
CMYK 0 0.24 0.70 0.74
HSL 39.13º 0.53% 0.17% -
HSV(B) 39.13º 0.7% 0.26% -
XYZ 3.51 3.49 1.15 -
YUV 51.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 66 50 20 0 0.24 0.70 0.74 39.13 0.53 0.17
Hex 42 32 14 0 18 46 4A 27 35 11
Octal 102 62 24 0 30 106 112 47 65 21
Binary 1000010 110010 10100 0 11000 1000110 1001010 100111 110101 10001

Color Harmonies of #423214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423214

Black with #423214

Text Example


Text Example

White with #423214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423214; }

 p { color: rgb(66,50,20); }

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

background-color css

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

 a { background-color: rgb(66,50,20); }

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

border-color css

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

 span { border-color: rgb(66,50,20); }

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