Html Css Color HEX #423316 Mikado

📋 copy color: '#423316'

red 66 ◦ green 51 ◦ blue 22

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

Shades of Mikado #423316

Tints of Mikado #423316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.69%

 BLUE value IS 22 (8.98% from 255) = 15.83%

R = 47.48%
G = 36.69%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#423316 (or 0x423316) is known color: Mikado. HEX triplet: 42, 33 and 16. RGB value is (66,51,22). Sum of RGB (Red+Green+Blue) = 66+51+22=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #423316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423316 is #BDCCE9. Grayscale: #343434. Windows color (decimal): -12438762 or 1454914. OLE color: 1454914.

HSL color Cylindrical-coordinate representation of color #423316: hue angle of 39.55º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423316 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 51 22 -
CMYK 0 0.23 0.67 0.74
HSL 39.55º 0.5% 0.17% -
HSV(B) 39.55º 0.67% 0.26% -
XYZ 3.58 3.58 1.26 -
YUV 52.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 66 51 22 0 0.23 0.67 0.74 39.55 0.5 0.17
Hex 42 33 16 0 17 43 4A 28 32 11
Octal 102 63 26 0 27 103 112 50 62 21
Binary 1000010 110011 10110 0 10111 1000011 1001010 101000 110010 10001

Color Harmonies of #423316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423316

Black with #423316

Text Example


Text Example

White with #423316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423316; }

 p { color: rgb(66,51,22); }

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

background-color css

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

 a { background-color: rgb(66,51,22); }

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

border-color css

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

 span { border-color: rgb(66,51,22); }

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