Html Css Color HEX #423411 Mikado

📋 copy color: '#423411'

red 66 ◦ green 52 ◦ blue 17

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

Shades of Mikado #423411

Tints of Mikado #423411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.52%

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

R = 48.89%
G = 38.52%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#423411 (or 0x423411) is known color: Mikado. HEX triplet: 42, 34 and 11. RGB value is (66,52,17). Sum of RGB (Red+Green+Blue) = 66+52+17=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #423411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423411 is #BDCBEE. Grayscale: #343434. Windows color (decimal): -12438511 or 1127490. OLE color: 1127490.

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

Color convert

RGB 66 52 17 -
CMYK 0 0.21 0.74 0.74
HSL 42.86º 0.59% 0.16% -
HSV(B) 42.86º 0.74% 0.26% -
XYZ 3.58 3.65 1.05 -
YUV 52.2 108.14 137.85 -
System Red Green Blue C M Y K H S L
Decimal 66 52 17 0 0.21 0.74 0.74 42.86 0.59 0.16
Hex 42 34 11 0 15 4A 4A 2B 3B 10
Octal 102 64 21 0 25 112 112 53 73 20
Binary 1000010 110100 10001 0 10101 1001010 1001010 101011 111011 10000

Color Harmonies of #423411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423411

Black with #423411

Text Example


Text Example

White with #423411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423411; }

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

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

background-color css

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

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

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

border-color css

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

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

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