Html Css Color HEX #423113 Mikado

📋 copy color: '#423113'

red 66 ◦ green 49 ◦ blue 19

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

Shades of Mikado #423113

Tints of Mikado #423113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.57%

 BLUE value IS 19 (7.81% from 255) = 14.18%

R = 49.25%
G = 36.57%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#423113 (or 0x423113) is known color: Mikado. HEX triplet: 42, 31 and 13. RGB value is (66,49,19). Sum of RGB (Red+Green+Blue) = 66+49+19=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #423113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423113 is #BDCEEC. Grayscale: #323232. Windows color (decimal): -12439277 or 1257794. OLE color: 1257794.

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

Color convert

RGB 66 49 19 -
CMYK 0 0.26 0.71 0.74
HSL 38.3º 0.55% 0.17% -
HSV(B) 38.3º 0.71% 0.26% -
XYZ 3.46 3.4 1.09 -
YUV 50.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 66 49 19 0 0.26 0.71 0.74 38.3 0.55 0.17
Hex 42 31 13 0 1A 47 4A 26 37 11
Octal 102 61 23 0 32 107 112 46 67 21
Binary 1000010 110001 10011 0 11010 1000111 1001010 100110 110111 10001

Color Harmonies of #423113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423113

Black with #423113

Text Example


Text Example

White with #423113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423113; }

 p { color: rgb(66,49,19); }

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

background-color css

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

 a { background-color: rgb(66,49,19); }

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

border-color css

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

 span { border-color: rgb(66,49,19); }

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