Html Css Color HEX #423514 Mikado

📋 copy color: '#423514'

red 66 ◦ green 53 ◦ blue 20

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

Shades of Mikado #423514

Tints of Mikado #423514

RGB

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

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

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

R = 47.48%
G = 38.13%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#423514 (or 0x423514) is known color: Mikado. HEX triplet: 42, 35 and 14. RGB value is (66,53,20). Sum of RGB (Red+Green+Blue) = 66+53+20=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #423514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423514 is #BDCAEB. Grayscale: #353535. Windows color (decimal): -12438252 or 1324354. OLE color: 1324354.

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

Color convert

RGB 66 53 20 -
CMYK 0 0.20 0.70 0.74
HSL 43.04º 0.53% 0.17% -
HSV(B) 43.04º 0.7% 0.26% -
XYZ 3.65 3.75 1.19 -
YUV 53.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 66 53 20 0 0.20 0.70 0.74 43.04 0.53 0.17
Hex 42 35 14 0 14 46 4A 2B 35 11
Octal 102 65 24 0 24 106 112 53 65 21
Binary 1000010 110101 10100 0 10100 1000110 1001010 101011 110101 10001

Color Harmonies of #423514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423514

Black with #423514

Text Example


Text Example

White with #423514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423514; }

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

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

background-color css

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

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

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

border-color css

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

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

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