Html Css Color HEX #423211 Mikado

📋 copy color: '#423211'

red 66 ◦ green 50 ◦ blue 17

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

Shades of Mikado #423211

Tints of Mikado #423211

RGB

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

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

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

R = 49.62%
G = 37.59%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#423211 (or 0x423211) is known color: Mikado. HEX triplet: 42, 32 and 11. RGB value is (66,50,17). Sum of RGB (Red+Green+Blue) = 66+50+17=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #423211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423211 is #BDCDEE. Grayscale: #333333. Windows color (decimal): -12439023 or 1126978. OLE color: 1126978.

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

Color convert

RGB 66 50 17 -
CMYK 0 0.24 0.74 0.74
HSL 40.41º 0.59% 0.16% -
HSV(B) 40.41º 0.74% 0.26% -
XYZ 3.49 3.48 1.02 -
YUV 51.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 66 50 17 0 0.24 0.74 0.74 40.41 0.59 0.16
Hex 42 32 11 0 18 4A 4A 28 3B 10
Octal 102 62 21 0 30 112 112 50 73 20
Binary 1000010 110010 10001 0 11000 1001010 1001010 101000 111011 10000

Color Harmonies of #423211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423211

Black with #423211

Text Example


Text Example

White with #423211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423211; }

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

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

background-color css

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

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

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

border-color css

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

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

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