Html Css Color HEX #423515 Mikado

📋 copy color: '#423515'

red 66 ◦ green 53 ◦ blue 21

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

Shades of Mikado #423515

Tints of Mikado #423515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15%

R = 47.14%
G = 37.86%
B = 15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#423515 (or 0x423515) is known color: Mikado. HEX triplet: 42, 35 and 15. RGB value is (66,53,21). Sum of RGB (Red+Green+Blue) = 66+53+21=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #423515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423515 is #BDCAEA. Grayscale: #353535. Windows color (decimal): -12438251 or 1389890. OLE color: 1389890.

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

Color convert

RGB 66 53 21 -
CMYK 0 0.20 0.68 0.74
HSL 42.67º 0.52% 0.17% -
HSV(B) 42.67º 0.68% 0.26% -
XYZ 3.66 3.76 1.24 -
YUV 53.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 66 53 21 0 0.20 0.68 0.74 42.67 0.52 0.17
Hex 42 35 15 0 14 44 4A 2B 34 11
Octal 102 65 25 0 24 104 112 53 64 21
Binary 1000010 110101 10101 0 10100 1000100 1001010 101011 110100 10001

Color Harmonies of #423515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423515

Black with #423515

Text Example


Text Example

White with #423515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423515; }

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

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

background-color css

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

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

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

border-color css

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

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

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