Html Css Color HEX #423115 Mikado

📋 copy color: '#423115'

red 66 ◦ green 49 ◦ blue 21

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

Shades of Mikado #423115

Tints of Mikado #423115

RGB

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

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

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

R = 48.53%
G = 36.03%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#423115 (or 0x423115) is known color: Mikado. HEX triplet: 42, 31 and 15. RGB value is (66,49,21). Sum of RGB (Red+Green+Blue) = 66+49+21=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #423115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423115 is #BDCEEA. Grayscale: #333333. Windows color (decimal): -12439275 or 1388866. OLE color: 1388866.

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

Color convert

RGB 66 49 21 -
CMYK 0 0.26 0.68 0.74
HSL 37.33º 0.52% 0.17% -
HSV(B) 37.33º 0.68% 0.26% -
XYZ 3.48 3.41 1.18 -
YUV 50.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 66 49 21 0 0.26 0.68 0.74 37.33 0.52 0.17
Hex 42 31 15 0 1A 44 4A 25 34 11
Octal 102 61 25 0 32 104 112 45 64 21
Binary 1000010 110001 10101 0 11010 1000100 1001010 100101 110100 10001

Color Harmonies of #423115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423115

Black with #423115

Text Example


Text Example

White with #423115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423115; }

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

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

background-color css

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

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

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

border-color css

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

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

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