Html Css Color HEX #423511 Mikado

📋 copy color: '#423511'

red 66 ◦ green 53 ◦ blue 17

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

Shades of Mikado #423511

Tints of Mikado #423511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.5%

R = 48.53%
G = 38.97%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#423511 (or 0x423511) is known color: Mikado. HEX triplet: 42, 35 and 11. RGB value is (66,53,17). Sum of RGB (Red+Green+Blue) = 66+53+17=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #423511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423511 is #BDCAEE. Grayscale: #343434. Windows color (decimal): -12438255 or 1127746. OLE color: 1127746.

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

Color convert

RGB 66 53 17 -
CMYK 0 0.20 0.74 0.74
HSL 44.08º 0.59% 0.16% -
HSV(B) 44.08º 0.74% 0.26% -
XYZ 3.62 3.74 1.06 -
YUV 52.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 66 53 17 0 0.20 0.74 0.74 44.08 0.59 0.16
Hex 42 35 11 0 14 4A 4A 2C 3B 10
Octal 102 65 21 0 24 112 112 54 73 20
Binary 1000010 110101 10001 0 10100 1001010 1001010 101100 111011 10000

Color Harmonies of #423511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423511

Black with #423511

Text Example


Text Example

White with #423511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423511; }

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

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

background-color css

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

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

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

border-color css

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

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

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