Html Css Color HEX #423419 Mikado

📋 copy color: '#423419'

red 66 ◦ green 52 ◦ blue 25

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

Shades of Mikado #423419

Tints of Mikado #423419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.36%

 BLUE value IS 25 (10.16% from 255) = 17.48%

R = 46.15%
G = 36.36%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#423419 (or 0x423419) is known color: Mikado. HEX triplet: 42, 34 and 19. RGB value is (66,52,25). Sum of RGB (Red+Green+Blue) = 66+52+25=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #423419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423419 is #BDCBE6. Grayscale: #353535. Windows color (decimal): -12438503 or 1651778. OLE color: 1651778.

HSL color Cylindrical-coordinate representation of color #423419: hue angle of 39.51º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423419 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 52 25 -
CMYK 0 0.21 0.62 0.74
HSL 39.51º 0.45% 0.18% -
HSV(B) 39.51º 0.62% 0.26% -
XYZ 3.65 3.68 1.44 -
YUV 53.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 66 52 25 0 0.21 0.62 0.74 39.51 0.45 0.18
Hex 42 34 19 0 15 3E 4A 28 2D 12
Octal 102 64 31 0 25 76 112 50 55 22
Binary 1000010 110100 11001 0 10101 111110 1001010 101000 101101 10010

Color Harmonies of #423419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423419

Black with #423419

Text Example


Text Example

White with #423419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423419; }

 p { color: rgb(66,52,25); }

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

background-color css

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

 a { background-color: rgb(66,52,25); }

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

border-color css

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

 span { border-color: rgb(66,52,25); }

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