Html Css Color HEX #423215 Mikado

📋 copy color: '#423215'

red 66 ◦ green 50 ◦ blue 21

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

Shades of Mikado #423215

Tints of Mikado #423215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.5%

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

R = 48.18%
G = 36.5%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#423215 (or 0x423215) is known color: Mikado. HEX triplet: 42, 32 and 15. RGB value is (66,50,21). Sum of RGB (Red+Green+Blue) = 66+50+21=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #423215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423215 is #BDCDEA. Grayscale: #333333. Windows color (decimal): -12439019 or 1389122. OLE color: 1389122.

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

Color convert

RGB 66 50 21 -
CMYK 0 0.24 0.68 0.74
HSL 38.67º 0.52% 0.17% -
HSV(B) 38.67º 0.68% 0.26% -
XYZ 3.52 3.49 1.2 -
YUV 51.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 66 50 21 0 0.24 0.68 0.74 38.67 0.52 0.17
Hex 42 32 15 0 18 44 4A 27 34 11
Octal 102 62 25 0 30 104 112 47 64 21
Binary 1000010 110010 10101 0 11000 1000100 1001010 100111 110100 10001

Color Harmonies of #423215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423215

Black with #423215

Text Example


Text Example

White with #423215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423215; }

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

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

background-color css

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

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

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

border-color css

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

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

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