Html Css Color HEX #423510 Mikado

📋 copy color: '#423510'

red 66 ◦ green 53 ◦ blue 16

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

Shades of Mikado #423510

Tints of Mikado #423510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.26%

 BLUE value IS 16 (6.64% from 255) = 11.85%

R = 48.89%
G = 39.26%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#423510 (or 0x423510) is known color: Mikado. HEX triplet: 42, 35 and 10. RGB value is (66,53,16). Sum of RGB (Red+Green+Blue) = 66+53+16=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #423510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423510 is #BDCAEF. Grayscale: #343434. Windows color (decimal): -12438256 or 1062210. OLE color: 1062210.

HSL color Cylindrical-coordinate representation of color #423510: hue angle of 44.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423510 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 53 16 -
CMYK 0 0.20 0.76 0.74
HSL 44.4º 0.61% 0.16% -
HSV(B) 44.4º 0.76% 0.26% -
XYZ 3.61 3.74 1.02 -
YUV 52.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 66 53 16 0 0.20 0.76 0.74 44.4 0.61 0.16
Hex 42 35 10 0 14 4C 4A 2C 3D 10
Octal 102 65 20 0 24 114 112 54 75 20
Binary 1000010 110101 10000 0 10100 1001100 1001010 101100 111101 10000

Color Harmonies of #423510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423510

Black with #423510

Text Example


Text Example

White with #423510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423510; }

 p { color: rgb(66,53,16); }

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

background-color css

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

 a { background-color: rgb(66,53,16); }

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

border-color css

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

 span { border-color: rgb(66,53,16); }

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