Html Css Color HEX #423520 Mikado

📋 copy color: '#423520'

red 66 ◦ green 53 ◦ blue 32

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

Shades of Mikado #423520

Tints of Mikado #423520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.19%

R = 43.71%
G = 35.1%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#423520 (or 0x423520) is known color: Mikado. HEX triplet: 42, 35 and 20. RGB value is (66,53,32). Sum of RGB (Red+Green+Blue) = 66+53+32=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #423520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423520 is #BDCADF. Grayscale: #363636. Windows color (decimal): -12438240 or 2110786. OLE color: 2110786.

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

Color convert

RGB 66 53 32 -
CMYK 0 0.20 0.52 0.74
HSL 37.06º 0.35% 0.19% -
HSV(B) 37.06º 0.52% 0.26% -
XYZ 3.78 3.81 1.9 -
YUV 54.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 66 53 32 0 0.20 0.52 0.74 37.06 0.35 0.19
Hex 42 35 20 0 14 34 4A 25 23 13
Octal 102 65 40 0 24 64 112 45 43 23
Binary 1000010 110101 100000 0 10100 110100 1001010 100101 100011 10011

Color Harmonies of #423520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423520

Black with #423520

Text Example


Text Example

White with #423520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423520; }

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

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

background-color css

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

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

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

border-color css

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

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

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