Html Css Color HEX #423013 Mikado

📋 copy color: '#423013'

red 66 ◦ green 48 ◦ blue 19

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

Shades of Mikado #423013

Tints of Mikado #423013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.09%

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

R = 49.62%
G = 36.09%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#423013 (or 0x423013) is known color: Mikado. HEX triplet: 42, 30 and 13. RGB value is (66,48,19). Sum of RGB (Red+Green+Blue) = 66+48+19=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #423013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423013 is #BDCFEC. Grayscale: #323232. Windows color (decimal): -12439533 or 1257538. OLE color: 1257538.

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

Color convert

RGB 66 48 19 -
CMYK 0 0.27 0.71 0.74
HSL 37.02º 0.55% 0.17% -
HSV(B) 37.02º 0.71% 0.26% -
XYZ 3.42 3.32 1.08 -
YUV 50.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 66 48 19 0 0.27 0.71 0.74 37.02 0.55 0.17
Hex 42 30 13 0 1B 47 4A 25 37 11
Octal 102 60 23 0 33 107 112 45 67 21
Binary 1000010 110000 10011 0 11011 1000111 1001010 100101 110111 10001

Color Harmonies of #423013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423013

Black with #423013

Text Example


Text Example

White with #423013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423013; }

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

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

background-color css

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

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

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

border-color css

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

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

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