Html Css Color HEX #423213 Mikado

📋 copy color: '#423213'

red 66 ◦ green 50 ◦ blue 19

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

Shades of Mikado #423213

Tints of Mikado #423213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.07%

R = 48.89%
G = 37.04%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#423213 (or 0x423213) is known color: Mikado. HEX triplet: 42, 32 and 13. RGB value is (66,50,19). Sum of RGB (Red+Green+Blue) = 66+50+19=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #423213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423213 is #BDCDEC. Grayscale: #333333. Windows color (decimal): -12439021 or 1258050. OLE color: 1258050.

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

Color convert

RGB 66 50 19 -
CMYK 0 0.24 0.71 0.74
HSL 39.57º 0.55% 0.17% -
HSV(B) 39.57º 0.71% 0.26% -
XYZ 3.5 3.49 1.1 -
YUV 51.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 66 50 19 0 0.24 0.71 0.74 39.57 0.55 0.17
Hex 42 32 13 0 18 47 4A 28 37 11
Octal 102 62 23 0 30 107 112 50 67 21
Binary 1000010 110010 10011 0 11000 1000111 1001010 101000 110111 10001

Color Harmonies of #423213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423213

Black with #423213

Text Example


Text Example

White with #423213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423213; }

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

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

background-color css

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

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

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

border-color css

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

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

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