Html Css Color HEX #423512 Mikado

📋 copy color: '#423512'

red 66 ◦ green 53 ◦ blue 18

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

Shades of Mikado #423512

Tints of Mikado #423512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.14%

R = 48.18%
G = 38.69%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#423512 (or 0x423512) is known color: Mikado. HEX triplet: 42, 35 and 12. RGB value is (66,53,18). Sum of RGB (Red+Green+Blue) = 66+53+18=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #423512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423512 is #BDCAED. Grayscale: #353535. Windows color (decimal): -12438254 or 1193282. OLE color: 1193282.

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

Color convert

RGB 66 53 18 -
CMYK 0 0.20 0.73 0.74
HSL 43.75º 0.57% 0.16% -
HSV(B) 43.75º 0.73% 0.26% -
XYZ 3.63 3.75 1.1 -
YUV 52.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 66 53 18 0 0.20 0.73 0.74 43.75 0.57 0.16
Hex 42 35 12 0 14 49 4A 2C 39 10
Octal 102 65 22 0 24 111 112 54 71 20
Binary 1000010 110101 10010 0 10100 1001001 1001010 101100 111001 10000

Color Harmonies of #423512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423512

Black with #423512

Text Example


Text Example

White with #423512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423512; }

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

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

background-color css

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

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

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

border-color css

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

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

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